InstancedBufferGeometry constructor

InstancedBufferGeometry()

Implementation

InstancedBufferGeometry() : super() {
  type = 'InstancedBufferGeometry';
  instanceCount = Math.infinity.toInt();
}