JOODE & JAva3d

Hi everybody,

I’m trying to use JOODE with Java3d, but i can’t find any examples to help me…
I found some examples with Xith3d but nothing working with Java3d, Joode seem to be more simple (no JNI).

Can someone help me (any URL of tutorials or little examples?) ??

thanks a lot…

What holds you from using Xith3D? :wink:

Marvin

i have to integrated physics in an large j3d application.
I dont wan’t to use JNI because it can generate a lot of exeptions & bugs…
Do you know how i can find ressrouces or if it’s possible to link JOODE & J3d ???

Best regards…

Well, using Xith3D doesn’t force you to use more JNI than Java3D does.

I would suggest to have a look at the Xith3D examples/bindings in JOODE. It should be straight foreward to port them to Java3D.

Marvin

I talk about JNI because Odejava works well with J3d.
I have already check how xith3d works with JOODE, but i don’t know how Xith works, so it’s a bit complicated to understand all.
Thanks for you reply, Do you have a simple example of the Xith and Joode connection ?

Mikael.

As I said. In the JOODE SVN there are several examples. They all use Xith as the renderer. IIRC the XithConnection class is the onne you should have a look at. But I guess, you’ll find that all.

Marvin