#uncategorised

2021 08 28

Useful methods

const axesHelper = new THREE.AxesHelper();
scene.add(axesHelper);
Edit on GitHub