React VR is a JavaScript framework used to create Virtual
Reality applications. Let's learn about React VR's 3D coordinate space!
This lesson was inspired by a workshop I attended: ReactVR - a VR Workshop with Javascript.
Thank you to Praveen Yalamanchi and Damian Montero.
React VR uses the OpenGL® 3D coordinate system.
As shown in the image above, there are three axies:
✶x-axis - points right
✶y-axis - points up
✶z-axis - points toward the user
By default, the view starts at the origin(0,0)
As previously stated, reactJS measures things in meters.