In-Game 3D Mesh Creation

You are an experienced programmer and have a problem with the engine, shaders, or advanced effects? Here you'll get answers.
No questions about C++ programming or topics which are answered in the tutorials!
Post Reply
Guest

In-Game 3D Mesh Creation

Post by Guest »

Hey guys, I'm looking to provide an in-game 3d mesh creator for a project I'm working on. Basically, I'm want to make something similiar to the "create your own player" interfaces that you see in games like Madden footbal, NBA Live, THUG 2, etc.

Also, how would I incorporate the animations? Any help would be greatly appreciate.
gmpiglet
Posts: 6
Joined: Mon Dec 20, 2004 1:20 pm

Post by gmpiglet »

You could scale the models for the players height and weight, and change the textures for different skin etc. Not sure about changing the actual model though.
Post Reply