Home Linux HTML/CSS PHP React VR Blog PHP Fiddle

React VR: Coordinate System








Watch the Coding Commanders LAMP Animation:

Coding Commanders: Episode 1







JavaScriptReact VRCoordinate System

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.


OpenGL® 3D

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

Default Position

By default, the view starts at the origin(0,0)

Units

As previously stated, reactJS measures things in meters.

Color Selector



Hex:


RBG:


Questions? Contact me on my social media:

YouTube

GitHub

Facebook

Instagram

Twitter

T-shirt Shop

Back to Lesson 5 | Continue to Lesson 7