Three.js

From BITPlan Wiki
Revision as of 11:00, 16 September 2019 by Wf (talk | contribs) (→‎Robot Simulator)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Three.js is a 3D Javscript library

Coordinate system

Three.js uses the coordinate system shown in the following picture: XyzThree.png

  • x: red
  • y: green (up)
  • z: blue

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

Robot Simulator

see https://discourse.threejs.org/t/robot-simulation-rotation-issues/9065

Rotation

Links