Skip to content

Instantly share code, notes, and snippets.

@lucasdidthis
Created December 13, 2019 09:13
Show Gist options
  • Save lucasdidthis/b5ae6ad6cdf6a802e6a72c2119f5717f to your computer and use it in GitHub Desktop.
Save lucasdidthis/b5ae6ad6cdf6a802e6a72c2119f5717f to your computer and use it in GitHub Desktop.
JS-function to show a point light
lightHelper = new THREE.PointLightHelper( light1, 1 );
scene.add( lightHelper );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment