Class: ParticleBuffer

ParticleBuffer

The ParticleBuffer holds the buffers and geometry for a particle container. It also contains the upload functions for the static and dynamic properties.

Members

dynamicAttributeBuffer ViewableBuffer

The buffer containing dynamic attribute data for all elements in the batch.

geometry Geometry readonly

The geometry of the particle buffer.

indexBuffer IndexBufferArray

The buffer containing index data for all elements in the batch.

staticAttributeBuffer ViewableBuffer

The buffer containing static attribute data for all elements in the batch.