Skip to content

Commit aaef951

Browse files
committed
Examples: More clean up.
1 parent e4188f8 commit aaef951

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/webgl_instancing_raycast.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
light2.position.set( - 1, - 1.5, - 1 );
4646
scene.add( light2 );
4747

48-
const geometry = new THREE.IcosahedronGeometry( 0.5, 3 );
48+
const geometry = new THREE.IcosahedronBufferGeometry( 0.5, 3 );
4949
const material = new THREE.MeshPhongMaterial();
5050

5151
mesh = new THREE.InstancedMesh( geometry, material, count );

0 commit comments

Comments
 (0)