Game Development Community

can you change a models orientation, as its loaded so points in correct direction?

by Jeff Yaskus · in Torque 3D Beginner · 10/19/2011 (3:07 am) · 0 replies

I have a problem with one of my 3d models loading "backwards" ... so when it tries to walk, its facing 180 degrees the wrong direction.

Isn't there a way to change stuff like this, when a model is loaded - like the examples do with DAE files?

singleton TSShapeConstructor(SoldierDAE)
{
   baseShape = "./soldier_rigged.dae";
   loadLights = "0";
   unit = "1.2";
   upAxis = "DEFAULT";
   lodType = "DetectDTS";
   singleDetailSize = "2";
   matNamePrefix = "soldier_";
   ignoreNodeScale = "0";
   adjustCenter = "0";
   adjustFloor = "0";
};