[quote]i was thinking SAX also… hows is your loader coming
along?
[/quote]
You can see a demo here:
http://earth.whoola.com:8080/space/dock/
In the demo, there are two space shuttles in the opening scene. The shuttle on the left is loaded with a pre-existing OBJ loader. The shuttle on the right is loaded with the COLLADA loader I am developing.
The source code is available but I would not dive into it just yet. Give me another month or so to fix it, clean it up, and make it reusable. I will announce then.
http://whoola.sourceforge.net/
I’m using JAXB to parse the COLLADA files. JAXB automatically converts the COLLADA XML Schema files into Java classes. I had tried this with the X3D XML Schema files some time ago but it did not work.
I am learning 3D as I go. I would prefer to do networking code. If anyone else starts writing an Open Source COLLADA Loader for Java, please announce.