Browse Source

Examples: More clean up.

Mugen87 4 years ago
parent
commit
aaef951a4e
1 changed files with 1 additions and 1 deletions
  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 );
 				light2.position.set( - 1, - 1.5, - 1 );
 				scene.add( light2 );
 				scene.add( light2 );
 
 
-				const geometry = new THREE.IcosahedronGeometry( 0.5, 3 );
+				const geometry = new THREE.IcosahedronBufferGeometry( 0.5, 3 );
 				const material = new THREE.MeshPhongMaterial();
 				const material = new THREE.MeshPhongMaterial();
 
 
 				mesh = new THREE.InstancedMesh( geometry, material, count );
 				mesh = new THREE.InstancedMesh( geometry, material, count );