views:

102

answers:

3

how to do the 3D Animation in java? what are the packages to be needed? i am very newbie about this topic. Sample Code, Tutorials and articles are more thankful. Tell me how i have to start please?

NOTE: its for Mobile Appication.

+2  A: 
aioobe
+2  A: 

This article: Getting Started With the Mobile 3D Graphics API for J2ME seems a nice start as well.

George Profenza
+1  A: 

When you say mobile application, are you talking JME or Android? The only JME phones I'm aware of that support 3d are the Siemens mobile and I think they have some sort of proprietary API for it. I believe Android has their own bindings for OpenGL-ES which may remove the requirement for including Jogl (Java binding for OpenGL).

mezmo