![]() |
|
animation in OpenGL ES - Printable Version +- iDevGames Forums (http://www.idevgames.com/forums) +-- Forum: Development Zone (/forum-3.html) +--- Forum: Graphics & Audio Programming (/forum-9.html) +--- Thread: animation in OpenGL ES (/thread-1227.html) |
animation in OpenGL ES - fima612 - May 29, 2009 07:00 AM Hi! I'm new to OpenGL ES. And I need some objects to be loaded and animated. As I understand we should load verticles, normals and texture coordinates from *.obj file. and where's animation? can I make skin-based object and animation? Thank you! animation in OpenGL ES - JustinFic - May 29, 2009 10:12 AM fima612 Wrote:Hi! OBJ files do not normally support animation data. You can either add that data yourself (you would add it to both your obj file and your loader) or use a format that does support animation. |