Skip to main content

BufferGeometry

InstancedBufferGeometry

An instanced version of BufferGeometry.

Constructor

InstancedBufferGeometry

function InstancedBufferGeometry( ): void;  

Properties

See BufferGeometry for inherited properties.

instanceCount

instanceCount: Number;  

Default is Infinity.

isInstancedBufferGeometry

isInstancedBufferGeometry: Boolean;  

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

Methods

See BufferGeometry for inherited methods.

copy

function copy( source: InstancedBufferGeometry ): this;  

Copies the given InstancedBufferGeometry to this instance.

Source

src/core/InstancedBufferGeometry.js