Skip to content

Instantly share code, notes, and snippets.

@jsermeno
Created September 19, 2011 06:46
Show Gist options
  • Save jsermeno/1226066 to your computer and use it in GitHub Desktop.
Save jsermeno/1226066 to your computer and use it in GitHub Desktop.
Three.js Infinite Terrain
cube = new THREE.CubeGeometry( block_size, block_size, block_size, 1, 1, 1, materials, false, { px: px, nx: nx, py: py, ny: ny, pz: pz, nz: nz });
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment