Skip to content

Instantly share code, notes, and snippets.

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