Reputation: 695
Is there any easy-to-use library for openGL ES on Android using which drawing regular objects like cylinder, torus, sphere, cube etc. rotating, moving them and detecting touch events becomes easy. I used GLUT GLFrame etc for doing this on my PC.
Upvotes: 1
Views: 1228
Reputation: 1532
I have had good experiences with jPCT-AE http://www.jpct.net/jpct-ae/ Reasonably good framework with OK documentation. They do also support object picking
Upvotes: 2
Reputation: 2153
maybe this can help https://ar.qualcomm.at/qdevnet/sdk/android Here are libraruie with augmented reality but also with open gl that helps you to create 3d objects and others
Upvotes: 0
Reputation: 5405
Mind3d is one
http://code.google.com/p/min3d/
Im not sure if its exactly what your looking for but it has a decent number of users and a wiki thats not to bad
Upvotes: 0