Game Development Community

i need some advise

by Sylvain Rochette · in Torque Game Engine · 03/19/2002 (7:32 pm) · 0 replies

hello,

i need todo some rotation on a bitmap used by a control,
but you cannot rotate a control i think?

anyway do i need to make a rotationbitmap control
that draw the bitmap myself using 4 vertices, and i rotate
the 4 vertices to apply the rotation or they already something similar into the engine?

regards