AltspaceVR / AltspaceSDK

Software Development Kit for AltspaceVR
https://developer.altvr.com/
MIT License
161 stars 73 forks source link

x axis flipped #5

Closed GavanWilhite closed 9 years ago

amberroy commented 9 years ago

Do you mean there is an issue with this code from AltRenderer, or something else?

        worldPosition.x = -worldPosition.x; // convert positions from left handed coordinate system to right handed
        worldRotation.y = -worldRotation.y; // fix rotations over y axis
        worldRotation.z = -worldRotation.z; // fix rotations over z axis