where do i have to put those xith-3ds’s libraries in my java?? which directory and folder??
the xith-3ds i download contains this files
model (folder)
org (folder)
xith-3ds.jar
test.bat
TDStest.java
i tried to put in the jre/lib/ext directory but it can not locate these
import com.xith3d.scenegraph.Locale;
import com.xith3d.scenegraph.BranchGroup;
import com.xith3d.scenegraph.Canvas3D;
import com.xith3d.scenegraph.DirectionalLight;
import com.xith3d.scenegraph.AmbientLight;
import com.xith3d.scenegraph.TransformGroup;
import com.xith3d.scenegraph.Transform3D;
import com.xith3d.render.RenderOptions;
import com.xith3d.render.Option;
import com.xith3d.render.CanvasPeer;
Please help me out…thanks
thanks
