LWJGL Forum

Programming => Lightweight Java Gaming Library => Topic started by: pjohnsen on August 20, 2011, 11:50:56

Title: 3dviewr.com and dae4j
Post by: pjohnsen on August 20, 2011, 11:50:56
Been working on this for quite a while now, so here it is:

http://3dviewr.com is a web based viewer for sharing 3d models in COLLADA format. It is using a Java applet with LWJGL for displaying models.

Main features:

As a bonus the Java library it uses for parsing COLLADA (dae4j) has also been open sourced: http://sourceforge.net/p/dae4j

(http://lh5.ggpht.com/9YKciLecWEVxGGICpAiQatbZ0iXh7ho2snwcNDj8Ax9WCxH-0HWBOE4nCclThWt8syllfFxXB82b6GE=s620)
Click to view on 3dviewr.com (http://app.3dviewr.com/#test/concrete.dae)
Title: Re: 3dviewr.com and dae4j
Post by: pjohnsen on August 21, 2011, 10:08:42
Finally got skinned animation working correctly with latest blender pepper branch :)

(http://lh4.ggpht.com/iDXMoDFl_cGAA7YNebgWhndY8zHZ--u5kfSwHs55xSoH4fHDkdlT7cIkwnIjD_6krvufLTWRUW-Q2zi2=s620)
Click to view on 3dviewr.com (http://app.3dviewr.com/#test/happy_captain.dae)

Not exactly oscar worthy animation though  ;D
Title: Re: 3dviewr.com and dae4j
Post by: badlogic on August 22, 2011, 03:21:03
This is really sweet. Would you mind if we integrate this in libgdx? (http://www.libgdx.com). Would you be interested in joining us and help us out with the 3D API?

Great work, keep it up!
Title: Re: 3dviewr.com and dae4j
Post by: pjohnsen on August 22, 2011, 08:39:41
Quote from: badlogic on August 22, 2011, 03:21:03
This is really sweet. Would you mind if we integrate this in libgdx? (http://www.libgdx.com). Would you be interested in joining us and help us out with the 3D API?

Integrating is fine, as long as you feed any bug-fixes or other changes back to dae4j (hence the LGPL license).

I wouldn't mind trying to help out, but between day job, 3dviewr, blender and family my spare time is a bit limited :) ... anyway you can find me on irc as pjoe in #lwjgl or #blendercollada (I'm located in Denmark, so CET timezone)
Title: Re: 3dviewr.com and dae4j
Post by: badlogic on August 23, 2011, 07:19:25
Thanks a ton. We'll of course honor the LGPL (as we honor the licences of all the libs we integrate). Your loader will be put into a pre-processing tool and will not become part of the core API. Thanks a ton for this!