InstancedBufferGeometry constructor
InstancedBufferGeometry()
Implementation
InstancedBufferGeometry() : super() {
type = 'InstancedBufferGeometry';
instanceCount = Math.Infinity.toInt();
}
InstancedBufferGeometry() : super() {
type = 'InstancedBufferGeometry';
instanceCount = Math.Infinity.toInt();
}