Three.js: Difference between revisions

From BITPlan Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
Three.js is a 3D Javscript library
Three.js is a 3D Javscript library
= Coordinate system =
= 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.
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.



Revision as of 12:02, 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.

See also https://tweedegolf.nl/blog/5/threejs-rotations

Links

https://threejs.org/