Kaynağa Gözat

Examples: More clean up.

Mugen87 4 yıl önce
ebeveyn
işleme
aaef951a4e
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  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 );