tags:

views:

134

answers:

1

Can someone recommend me a package similar to JCollada for 3d rendering that is based on JOGL or point me to a place where I can obtain JCollada? The original site for JCollada has a SVN link that is no longer working (empty svn repositry).

+2  A: 

I think jMonkeyEngine 3 is the right library for you. jME3 can use either LWJGL or JOGL for rendering.

Here's the link: http://code.google.com/p/jmonkeyengine/

Have fun!

das_weezul
thanks, I will definately check JME out
yx
From the jMonkeyEngine website: "OpenGL is supported via LWJGL, with JOGL support in development."
DJClayworth
The new release has JOGL support.
whatnick