Hi,
I am having a demo program in Java 3D, now what I am trying to do is convert this in JOGL, but I dont know how to replace the following Java3D class in JOGL.
com.sun.j3d.loaders.Scene
com.sun.j3d.loaders.Loader
com.sun.j3d.loaders.SceneBase
com.sun.j3d.utils.geometry.GeometryInfo;
com.sun.j3d.utils.universe.SimpleUniverse;
com.sun.j3d.utils.universe.ViewingPlatform
Can any one plese tell me what are the alternative classes available for this in JOGL.
Or is there other way / workaround for this classes in JOGL.
Thanks in Advance.
Anil