Capítulo 34 de 859

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

PropertyDescription
.instanceCount : numberThe instance count.
.isInstancedBufferGeometry : boolean (readonly)This flag can be used for type testing.

Key Takeaways

  1. Most relevant properties: instanceCount, isInstancedBufferGeometry.

Connects To