3D Character Animation

Started by
4 comments, last by Hodgeka 12 years, 6 months ago
Hey all, I have a basic 3D rpg style type game set up and I am to the point where I have some cubes that can move around a basic scene ( some primitive objects ) , and act on each other. It has basic AI and some attack abilities. I want to turn these cubes into 3D models with movement animations( walking, spellcasting, etc).

What would be the best way to go about this? What are my options? I have access to programs such as Blender and 3DS max. Should I do the 3D modeling and animations in these programs, and export them to a file, and somehow import them into OpenGL?

Thanks ahead of time,

Hodgeka
Advertisement
You can use 3ds Max for modeling and animation but I would go with Maya and then export them then in a specific format then use Assimp: http://assimp.sourceforge.net/ to load and animate those models or use MD5 (Doom 3) format: http://tfc.duke.free...5-specs-en.html
Any reason you recommend Maya? I don't currently have access to Maya but if it is a necessary solution I'd be willing to give it a shot.
3DS Max is good for creating models with animation too.

To load meshes into application you can use COLLADA mesh (open source utility, you can get it easy from web) or you can create your own scene file format using MAX Script (see Autodesk's MAX Script help contents).

Best wishes, FXACE.

Besides being much more powerful than 3ds Max and unlike 3ds Max it supports Linux and OS X too but 3ds Max is really great for modeling too.
Thanks for the suggestions guys! You were alot of help to me! =D

This topic is closed to new replies.

Advertisement