Skip to content

Instantly share code, notes, and snippets.

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