Game Development Community

Offset rotation for sprites?

by Ehrlich · in Torque Game Builder · 09/02/2007 (7:13 pm) · 1 replies

Hello there folks...

its been awhile since last time i came here, and now im back again... with a question:

is it possible to rotate an sprite from a defined offset point? if so, how do i do that?...

thank you very much in advance for your help.

About the author

Computer Science Engineer, with interest in Graphicl Computing, unconventional I/O devices and Artificial Intelligence (for games)


#1
09/02/2007 (7:51 pm)
You cannot do this directly, however, you can mount an invisible t2dSceneObject at the desired point to the one you want to rotate. Then rotate the mounted one. 99% sure this works ;)