@jpilgrim btw... have you included the xith3d.jar into the xith-tk eclipse project or have you linked the xith3d project into the xith-tk project? I'd really advise to do the latter.
Wait I just commited the .project and .classpath eclipse files for xith-tk (xith3d one were already there).
So what anyone has to do to start developing with xith3d is just check all that out. And that's it. All classpaths set up, all right.
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.
Fixed.
It is, and should be rewritten. Are you interested in doing that ? You are currently installing Xith3D so when it's done you'll have sufficient knowledge.. writing about it will make you even more familiar with the process.
Tell me, where did you get that link ? Here is the html link :
http://xith.org/tutes/GettingStarted/html/index.html and here's the PDF :
http://xith.org/tutes/GettingStarted/getting_started_guide.pdfThe links are given here clearly :
http://www.xith.org/pages/documentation.html- running the pure ant file (without modifying anything) fails in xith-tk, e.g."ant full" is not working
Please provide the errors messages.
- I didn't find some demo classes, e.g. com.xith3d.test.CubeTest
There are in the toolkit = xith-tk ("org." packages).
- why is xith3d.jar included in the repository since it's a build artifact, same is true
for xith-tk
To be removed
- 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)
Done by Qudus.
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.
Which graphic card do you have and which drivers ? Can you just run a test and post the console output ?