Game Development Community

Models don't show up in Torque.

by Hunter331 · in Collada Test · 04/08/2009 (9:04 pm) · 2 replies

I don't know if I am doing something wrong. I moved the collada file, as well as its material file into the shapes/collada folder. The collada file shows up in the world builder hierarchy, but when I spawn the object, nothing appears. Torque autmatically generated the material file and everything, and it looked identical to the already existing material files.

#1
04/09/2009 (5:27 am)
What program exported the DAE file, may I ask?? Your scale may be extremely small or other oddities, corrupt file.

I've 'seen' this behavior earlier in the testing. I get the gizmo, but no mesh object.
#2
04/09/2009 (12:14 pm)
We have a custom converter written from scratch. And I figured it out. I had to scale the models up by a factor of about 100 to make them big enough to be seen. *Smacks forehead* Can't believe I didn't think to try that first.