Created
September 19, 2011 06:46
-
-
Save jsermeno/1226066 to your computer and use it in GitHub Desktop.
Three.js Infinite Terrain
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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