Chapter 34: InstancedBufferGeometry
Core Idea
An instanced version of a geometry.
Key Concepts
- instanceCount : number: The instance count.
- isInstancedBufferGeometry : boolean (readonly): This flag can be used for type testing.
Reference Tables
Constructor
| Signature |
|---|
new InstancedBufferGeometry() |
Properties
| Property | Description |
|---|
.instanceCount : number | The instance count. |
.isInstancedBufferGeometry : boolean (readonly) | This flag can be used for type testing. |
Key Takeaways
- Most relevant properties: instanceCount, isInstancedBufferGeometry.
Connects To