0
votes

I cannot for the life of me figure out why my Collada export will not show up.

running

http://threejsexperiment.s3-website-us-east-1.amazonaws.com/

github

https://github.com/markbreneman/TroubleShooting/tree/master/ThreeJSCollada

If i take a look at the Collada example(http://mrdoob.github.com/three.js/examples/webgl_loader_collada.html)

and swap my model for the monster everything shows up fine, so I know it's not a problem with the model. I feel like it's an issue with the way I'm calling the loader but I'm lost as to why.

1

1 Answers

1
votes

Try moving group.add(THEMIS) inside the loader.load() callback.