|
@@ -130,7 +130,6 @@
|
|
var geometry = new THREE.InstancedBufferGeometry();
|
|
var geometry = new THREE.InstancedBufferGeometry();
|
|
geometry.index = bufferGeometry.index;
|
|
geometry.index = bufferGeometry.index;
|
|
geometry.attributes = bufferGeometry.attributes;
|
|
geometry.attributes = bufferGeometry.attributes;
|
|
- geometry.groups = bufferGeometry.groups;
|
|
|
|
|
|
|
|
// per instance data
|
|
// per instance data
|
|
|
|
|