Hi all,
I’ve just checked out the latest CVS head of xith and xith-tk. I imported the projects into Eclipse,
while xith is already an Eclipse project, I made xith-tk one. Now I’ve got some problems getting started:
- the document http://www.xith.org/pages/installing_xith3d.html seems to be outdated
- the getting started tutorial does not exist (?) (http://xith.org/tutes.php#GettingStarted)
- running the pure ant file (without modifying anything) fails in xith-tk, e.g.“ant full” is not working
- I didn’t find some demo classes, e.g. com.xith3d.test.CubeTest
Also I’ve got some questions concerning the files in CVS:
- why is xith3d.jar included in the repository since it’s a build artifact, same is true
for xith-tk - hial.jar is included in xith-tk/lib and xith-tk/third-party. The first should be
removed since it seems to be an elder version (at least the project is not compiling with that version)
When running a test (e.g. BaseTest), the program (or java) crashes after some time or it hangs with a gray screen.
After adding
-DXITH3D_USE_VERTEX_BUFFER_CACHING=FALSE
it worked. Why did I have to add this and what can I do enable that feature? Unfortunately all web start demos aren’t running, I guess due to this feature.
Jens