The --rotate[xyz] command states that it rotates a mesh in degrees around a specified axis.
Doing some experiments I have drawn 2 conclusions:
- This is actually RADIANS
- I can not pass a floating point number (like 0.234) to the command. It only seems to parse integers.
I have worked around this issue by using the nearest multiple of 2*PI that resulted in a rough round number. This worked, which seems to confirm my suspicion.