Game Development Community

ShapeBaseImageData what's spin thread?

by elvince · in Torque 3D Professional · 07/21/2010 (6:48 am) · 2 replies

Hi,

I'm playing with ShapeBaseImge and I find this spin thread (up,down,full...). What's that? What's the use of it?

Thanks,

#1
07/21/2010 (6:55 am)
It's for use in Images that make use of a cyclical state when used - think of it as the spinning barrels on a minigun.

spinUp - the amount of time it takes for the animation to get to full speed. Spinning up, getting ready to fire.
fullSpeed - the actual firing stage of the animation, just loop this animation as long as the trigger is held down.
spinDown - the amount of time it takes for the barrels to stop spinning when trigger is released.
#2
07/21/2010 (5:09 pm)
ok I think I got it. Thanks for the information.