Java3D to JME


HI , i  am familiar with Java3D can some one tell me how different is JME from J3D interms of class heirachy? If i use Jme i do not need to use j3D???

thanks
Kk
kiran1234 said:


HI , i  am familiar with Java3D can some one tell me how different is JME from J3D interms of class heirachy? If i use Jme i do not need to use j3D???

No. Jme is not dependent on Java3D. For the structure you should have a look at the "Spatial" class, its the base class in the Sceengraph hierarchy and work your way "up" through the javadocs.