Skip to content

GroupBufferDelta

Defined in: core/scene.ts:61

Buffers for an appended TAIL of a group (see Scene.appendedBuffers). Same arrays as GroupBuffers but each holds only the newly-appended data; index values are group-absolute. drawableCount is the total after the append, fromDrawable the index where the new range begins. Point count = pointCenters/4.

drawableCount: number

Defined in: core/scene.ts:72


fillAnchors: Float32Array

Defined in: core/scene.ts:70


fillColors: Uint8Array

Defined in: core/scene.ts:66


fillIndices: Uint32Array

Defined in: core/scene.ts:63


fillVertices: Float32Array

Defined in: core/scene.ts:62


flags: Uint8Array

Defined in: core/scene.ts:68


fromDrawable: number

Defined in: core/scene.ts:73


pointCenters: Float32Array

Defined in: core/scene.ts:69


ranges: DrawableRange[]

Defined in: core/scene.ts:76

Per-drawable ranges for the appended drawables only (offsets absolute into the full group arrays, matching the group-absolute index values). See GroupBuffers.ranges.


strokeAnchors: Float32Array

Defined in: core/scene.ts:71


strokeColors: Uint8Array

Defined in: core/scene.ts:67


strokeIndices: Uint32Array

Defined in: core/scene.ts:65


strokeVertices: Float32Array

Defined in: core/scene.ts:64