فهرست منبع

remove subdivisions of box.

Ben Houston 9 سال پیش
والد
کامیت
a66afc819c
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  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 );