Hi, I am very new to Xith3D.
I am trying to install Xith3D, using the documentation - "Installing Xith3D from SVN".
I created both xith3d and xith-tk projects. Then I created a new project Xith-test and copied the test code "Xith-Test.java" from the document. Several import statements give errors.
import javax.vecmath.Vector3f;
import net.jtank.input.KeyCode;
import org.xith3d.geometry.Cube;
import org.xith3d.loaders.texture.TextureStreamLocatorFile;
import org.xith3d.render.base.Xith3DEnvironment;
import org.xith3d.render.canvas.Canvas3DWrapper;
import org.xith3d.render.canvas.Canvas3DWrapper.Resolution;
import org.xith3d.render.loop.RenderLoop;
I tried to fix the xith3d, build path, third-party/joal, jogl and lwjgl in the following way for the windows:
a. joal: xith3d/third-party/joal/natives
b. jogl: xith3d/third-party/jogl/windows-i586
c. lwjgl: xith3d/third-party/lwjgl/natives
How can I fix this problem so that the code in Xith-Test.java is recognized?
Thanks