VBGamer |
|
RE: Rotating a primitive texture in d3d Jay Wheeler (0 replies, 0 views) (2000-Jul-24) Standard trig,
x = radius * cos(angle)
y = radius * sin(single)
Just do it for all four corner points of your texture. Make sure angle is in radians. |