Xith3D 0.7 is out !

Xith3D 0.7 has been released today.

Changes include :

  • JSR-231 renderer, by Lilian Chamontin
  • More javadoc, by me (Amos Wenger)
  • New picking method added, by Arne Müller
  • Various performances optimizations

You can Download it here !
For more informations : http://www.xith.org

EDIT : I forgot to point the following change :

  • Switch to Java 1.5 syntax

nice :smiley:
can you tell me where my picking code went? I haven’t found it.

  • you were a bit over eager with your change of Text2D in the Toolkit. I’ve changed NodeUptader in com.xith3d.scenegraph to prevent some problems and changed it’s use in all occurences accordingly making those ofcourse incompatible to an older Xith3d version. But I’ve already mentioned it in a seperate thread only delgated to the NodeUpdater stuff.
    So I now undid your change - and still no compiler errors ;D :wink:

I hope there’s no problem with it, I didn’t have the time to test it thoroughly.
And yeah another thing it’s named 0.7 but there’s no soo many new features but I think we had to begin the new numerotation policy somewhere.

In the toolkit : org.xith3d.picking ^^ It contains three classes : PickingLibrary (with only static methods), PickResult and Triangle. I use it without problems in my new game.

Ahem okay, no problem then ? Say, you changed that before the build, right ?

don’t know when you made the build…but if you added that method before making the buid - yes I changed it before the build then

[quote="<MagicSpark.org [ BlueSky ]>,post:3,topic:27035"]

In the toolkit : org.xith3d.picking ^^ It contains three classes : PickingLibrary (with only static methods), PickResult and Triangle. I use it without problems in my new game.
[/quote]
you sure, you updated the cvs, too? Because it’s not there… :frowning:

Thanks for doing the release MagicSpark :slight_smile:

Will.

I did the build on April 20th, at ~11 pm.

you sure, you updated the cvs, too? Because it’s not there… :frowning:
[/quote]
Ahah, stupid me. I didn’t updated the CVS ^^ I just did the release without committing.
Ahem… not so stupid after all. I had committed xith3d, but not xith-tk. ^^ This is fixed now.