java3d in android
Hi all i'm new with android but i wonder if a java 3d application run on adk? and run in the emulato开发者_开发知识库r?
Ciao giovanni
There's no Java 3D API available for Android. In fact, you're better off porting the application to use OpenGL directly for performance reasons.
Java 3D 1.6 is still maintained but it requires AWT which isn't available under Android and we don't plan to support it under Android in the future. Feel free to use JOGL 2, which supports both desktop environments and embedded environments (especially Android). If you look for a similar API supporting Android, JMonkeyEngine and LibGDX are worth a try. JogAmp's Ardor3D Continuation doesn't support Android yet.
精彩评论