Saturday, 8 June 2013

What OpenGL lib should I use for 3D object manipulation?

What OpenGL lib should I use for 3D object manipulation?

I have a 3D .obj model I want to use in my phone game. The target platform for now is Android, but the game is ultimately going to be released for iOS as well. My main goal for now is loading the object as a whole and moving it in a 3D space with an animation. What's the best library / framework to use for this purpose?

No comments:

Post a Comment