Explorar o código

Examples: Updated webgl_lod.

Mr.doob %!s(int64=4) %!d(string=hai) anos
pai
achega
c9b5020cbf
Modificáronse 2 ficheiros con 5 adicións e 5 borrados
  1. BIN=BIN
      examples/screenshots/webgl_lod.jpg
  2. 5 5
      examples/webgl_lod.html

BIN=BIN
examples/screenshots/webgl_lod.jpg


+ 5 - 5
examples/webgl_lod.html

@@ -48,11 +48,11 @@
 
 				var geometry = [
 
-					[ new THREE.IcosahedronBufferGeometry( 100, 4 ), 50 ],
-					[ new THREE.IcosahedronBufferGeometry( 100, 3 ), 300 ],
-					[ new THREE.IcosahedronBufferGeometry( 100, 2 ), 1000 ],
-					[ new THREE.IcosahedronBufferGeometry( 100, 1 ), 2000 ],
-					[ new THREE.IcosahedronBufferGeometry( 100, 0 ), 8000 ]
+					[ new THREE.IcosahedronBufferGeometry( 100, 16 ), 50 ],
+					[ new THREE.IcosahedronBufferGeometry( 100, 8 ), 300 ],
+					[ new THREE.IcosahedronBufferGeometry( 100, 4 ), 1000 ],
+					[ new THREE.IcosahedronBufferGeometry( 100, 2 ), 2000 ],
+					[ new THREE.IcosahedronBufferGeometry( 100, 1 ), 8000 ]
 
 				];