Skip to content

Commit 71a1a17

Browse files
authored
Merge pull request #21007 from Mugen87/dev2
Examples: More clean up.
2 parents e4188f8 + aaef951 commit 71a1a17

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)