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
?
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
?