0

In ThreeJS, why do objects have an up property? i.e. https://threejs.org/docs/#api/en/core/Object3D.up

Isn't an object's up just its y axis?

Is there a difference between up and y?

raphisama
  • 396
  • 3
  • 11
  • Different 3D tools may have different directions for the Y and Z axis. Some 3D tools are Y-Up, which means the Y axis is a vertical line; while the others are Z-Up, means the Z axis is a vertical line. – Stranger in the Q Oct 01 '20 at 19:45
  • There are reference systems where the up can be Z. – juagicre Oct 20 '20 at 07:16

0 Answers0