Okay, this hasn't been a really "clean" release, but at least it's out.
Here's what you should be aware of :
- We have switched to java 1.5 syntax ! Please switch your project too, if it's not already done (we have found it was the time to go for 1.5, as they aren't any compatibility issues anymore)
- Now the JSR-231 renderer is included. We highly recommend you to switch to this one. Unfortunately, you'll have to download the new jogl.jar yourself, as I've forgot (stupid me) to include in the third-party directory. Here it is : https://jogl.dev.java.net
- Now you can do picking in another way. It's much faster, and you can have the position of the intersection. It's located in the org.xith3d.picking package. An HOWTO will come...
- There's _a bit_ more of Javadoc. If you want to contribute, just take one file (http://www.xith.org/pages/pages/browse_code_online.html) and javadoc it, then post it here in attachment to a message.
Enjoy !