Skip to content

Instantly share code, notes, and snippets.

@lucasdidthis
Created December 13, 2019 09:13
Show Gist options
  • Save lucasdidthis/b5c6bf963caf54c59b0224c904d95788 to your computer and use it in GitHub Desktop.
Save lucasdidthis/b5c6bf963caf54c59b0224c904d95788 to your computer and use it in GitHub Desktop.
JS-function to show the 3D-axis
axis = new THREE.AxesHelper( 1000 );
scene.add( axis );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment