#Shaders. Random rotation that snaps each 90degrees
1 messages · Page 1 of 1 (latest)
someone answered already and the solution is to multiply by 2*pi, not 360. I am not sure why it works but it does
You can also use tau as it is 2*pi.
vector rotation is in radians, not degrees. In radians, 2*pi (6.28) is equivalent to 360 degrees.