3D animation in Java / J2ME?

how to make 3D animation in java? what packages are needed? I am very new to this topic. Sample code, tutorials and articles are more grateful. Please tell me how should I start?

NOTE: its for Mobile Appication.

+2


a source to share


3 answers


Take a look at the tutorial here .

It shows, among other things, how to create a demo:



enter image description here

It even comes down to textures.

+3


a source


This article: Getting started with the Mobile 3D Graphics API for J2ME seems like a good start.



+3


a source


When you say mobile app, do you say JME or Android? The only JME phones I know of are Siemens mobile phones and I think they have their own API for that. I believe Android has its own bindings for OpenGL-ES that might remove the requirement to enable Jogl (Java binding for OpenGL).

+2


a source