thothbot / parallax

Cross-platform Java 3D SDK
http://thothbot.github.io
MIT License
85 stars 26 forks source link

Collada import : geometry null #42

Open sguionni opened 8 years ago

sguionni commented 8 years ago

Hi, First, thank you for this lib, it works great. I have some problems during Collada models import. I thought it was my models so i tried with the model shown in Three demo : http://threejs.org/examples/#webgl_loader_collada The model is loaded, but in the onModelLoaded() function, the geometry is null so i cant create a Mesh. (i had other errors with files exported from SketchUp like wrong cast from boolean to int).

Regards, Simon

thothbot commented 8 years ago

Hi, looks like there is an issue, need to investigate

sguionni commented 8 years ago

The parse function don't create any geometry and return null in ColladaLoader file.