When I'm in editor mode, I can alter the transform rotation's value X to 90.0, but when I print it out in javascript it gives me about 3 different numbers each time:
- 1
- 1.095818E-06
- -3.16104E-06
I had been comparing the rotations on assumption that they were using the larger numbers like 90.0, and if the number is being broken down into small units then it's could be the source of my problems.