BufferGeometry

InstancedBufferGeometry

An instanced version of BufferGeometry.

Constructor

InstancedBufferGeometry()

Properties

See BufferGeometry for inherited properties.

.instanceCount : Integer

Default is Infinity.

.isInstancedBufferGeometry : Boolean

Read-only flag to check if a given object is of type InstancedBufferGeometry.

Methods

See BufferGeometry for inherited methods.

.copy(source : InstancedBufferGeometry) → this

Copies the given InstancedBufferGeometry to this instance.

Source

For more info on how to obtain the source code of this module see this page.