Hello all!
I was wondering about the llSetStatus() rotation constants. I find that STATUS_ROTATE_Z makes an object not rotate around the *global* z, but what about local z?
I propose a renaming and an addition!
STATUS_ROTATE_Z will become STATUS_ROTATE_GLOBAL_Z
STATUS_ROTATE_Y will become STATUS_ROTATE_GLOBAL_Y
STATUS_ROTATE_X will become STATUS_ROTATE_GLOBAL X
and the additions:
STATUS_ROTATE_LOCAL_X
STATUS_ROTATE_LOCAL_Y
and STATUS_ROTATE_LOCAL_Z
Making these renovations to the constants will open up new possibilities in un-messupable object movement. Plus, it clears up the descriptions of what these constants do.
==Chris