Explorar o código

Examples: More clean up.

Mugen87 %!s(int64=4) %!d(string=hai) anos
pai
achega
aaef951a4e
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      examples/webgl_instancing_raycast.html

+ 1 - 1
examples/webgl_instancing_raycast.html

@@ -45,7 +45,7 @@
 				light2.position.set( - 1, - 1.5, - 1 );
 				scene.add( light2 );
 
-				const geometry = new THREE.IcosahedronGeometry( 0.5, 3 );
+				const geometry = new THREE.IcosahedronBufferGeometry( 0.5, 3 );
 				const material = new THREE.MeshPhongMaterial();
 
 				mesh = new THREE.InstancedMesh( geometry, material, count );