DSQ Support
by Sean T. Boyette · in Torque X 2D · 12/03/2007 (6:36 pm) · 3 replies
Does tx 3d have dsq support?
About the author
#2
10/27/2008 (12:34 am)
*bump*
#3
The current DLL of TX has a bug in it that prevents skinning - however, it has been fixed
and DSQ is also supported via the following example:
Sean
10/27/2008 (6:33 am)
Hey Jan,The current DLL of TX has a bug in it that prevents skinning - however, it has been fixed
and DSQ is also supported via the following example:
//Idle Animation
TSAnimation animationIdle = new TSAnimation();
animationIdle.ThreadName = "ActionThread";
animationIdle.SequenceName = "Idle";
animationIdle.SequenceFilename = @"data\shapes\Robot_Animations\Robot_Idle.dsq";
animationIdle.Name = "Idle";
componentAnimation.AddAnimation(animationIdle);Sean
Torque Owner Sean T. Boyette