Difference between revisions of "Three.js"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
Three.js is a 3D Javscript library | Three.js is a 3D Javscript library | ||
+ | = Coordinate system = | ||
+ | Three.js uses a non-standard coordinate system. The "up" direction is named "y" where most often you'll find the "up" direction named "z" in other libraries and coordinate systems. | ||
= Links = | = Links = | ||
https://threejs.org/ | https://threejs.org/ |
Revision as of 08:56, 14 August 2019
Three.js is a 3D Javscript library
Coordinate system
Three.js uses a non-standard coordinate system. The "up" direction is named "y" where most often you'll find the "up" direction named "z" in other libraries and coordinate systems.