Explorar o código

remove subdivisions of box.

Ben Houston %!s(int64=9) %!d(string=hai) anos
pai
achega
a66afc819c
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      examples/webgl_postprocessing_taa.html

+ 1 - 1
examples/webgl_postprocessing_taa.html

@@ -122,7 +122,7 @@
 
 				scene = new THREE.Scene();
 
-				var geometry = new THREE.BoxGeometry( 120, 120, 120, 20, 5, 3 );
+				var geometry = new THREE.BoxGeometry( 120, 120, 120 );
 				var material = new THREE.MeshBasicMaterial( { color: 0xffffff, wireframe: true } );
 
 				var mesh = new THREE.Mesh( geometry, material );