Ring Map help plz

Is there a way to change the rotation of the Ring map under the mapper tab. So the rotation is clockwise as opposed to counterclockwise.
Thank you,
Twilight

Just change the sign, I think:

c = i / pixelCount * Math.PI * 2

becomes

c = i / pixelCount * Math.PI * -2

If you asked “when I am ever gonna use this?” in math class … now you know.

1 Like

Thank you! I know in some of the patterns changing the time value to a negative number can sometimes change the direction of the animation, but I wasn’t sure if that applied to the map also.

Twilight