Skip to content

Instantly share code, notes, and snippets.

@lucasdidthis
Created December 13, 2019 10:17
Show Gist options
  • Save lucasdidthis/8ee744246a27ce6ac954d23ca6a73d89 to your computer and use it in GitHub Desktop.
Save lucasdidthis/8ee744246a27ce6ac954d23ca6a73d89 to your computer and use it in GitHub Desktop.
JS-function to show the camera
cameraHelper = new THREE.CameraHelper( camera );
scene.add( cameraHelper );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment