Page 1 of 1

Anchor at 0.5 causes glitchy rotation

Posted: Sun Feb 02, 2014 12:19 pm
by youyise
I'm trying to rotate a simple box, which works fine. But as soon as I set both its anchors to 0.5, it starts to "teleport" at certain angles. Like this:
Image
(watch what happens when it reaches 0)
Box(#CENTER, #CENTER, RectSize, RectSize/2, #WHITE, {rotate=CurrAngle,AnchorX=0.5,AnchorY=0.5})

Under certain circumstances it also glitches at 45, 90, 135 etc angles.
Full code here (sorry I messed up the formating of both hws files, please ignore my stylistic blunders).

Re: Anchor at 0.5 causes glitchy rotation

Posted: Mon Feb 03, 2014 11:29 pm
by airsoftsoftwair
Confirmed. I'll fix this.