IFL where to put them ?
by Painter · in Technical Issues · 05/14/2011 (1:07 pm) · 4 replies
Hello,
need some help !
I created a DTS with .IFL. It works fine in the Torque ShowTool.
I put the DTS, the textures and the xyz.ifl in ../data/shapes/myFolder.
Is it the right place ?
Also write a script with a StaticShape data block and a playThread etc...
I can see the instance created but no animation.
The playThread stucture is: %obj.playThread(0,"my anim name generated with the DTS");
Thanks for your help.
need some help !
I created a DTS with .IFL. It works fine in the Torque ShowTool.
I put the DTS, the textures and the xyz.ifl in ../data/shapes/myFolder.
Is it the right place ?
Also write a script with a StaticShape data block and a playThread etc...
I can see the instance created but no animation.
The playThread stucture is: %obj.playThread(0,"my anim name generated with the DTS");
Thanks for your help.
#2
05/14/2011 (5:54 pm)
ifl's were removed from T3D after 1.0.1 ..replaced by the wonktastical animated material.
#3
thanks for your answer.
I haven't been around for a while. That's why I didn't reply
earlier.
I don't know why it worked but replacing:
%obj.playThread(0,"my anim name generated with the DTS");
by
%obj.playThread(0,"root");
did it.
05/29/2011 (8:31 am)
Hello,thanks for your answer.
I haven't been around for a while. That's why I didn't reply
earlier.
I don't know why it worked but replacing:
%obj.playThread(0,"my anim name generated with the DTS");
by
%obj.playThread(0,"root");
did it.
Torque Owner Mike Rowley
Mike Rowley