Explorar o código

BasisTextureLoader: Remove extra param from example.

Don McCurdy %!s(int64=4) %!d(string=hai) anos
pai
achega
7ab96a59e8
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      examples/webgl_loader_texture_basis.html

+ 1 - 1
examples/webgl_loader_texture_basis.html

@@ -40,7 +40,7 @@
 
 				scene = new THREE.Scene();
 
-				const geometry = flipY( new THREE.PlaneBufferGeometry( 200, 200, 200 ) );
+				const geometry = flipY( new THREE.PlaneBufferGeometry( 200, 200 ) );
 				const material = new THREE.MeshBasicMaterial( { side: THREE.DoubleSide } );
 
 				mesh = new THREE.Mesh( geometry, material );