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.
Properties
Section titled “Properties”drawableCount
Section titled “drawableCount”drawableCount:
number
Defined in: core/scene.ts:72
fillAnchors
Section titled “fillAnchors”fillAnchors:
Float32Array
Defined in: core/scene.ts:70
fillColors
Section titled “fillColors”fillColors:
Uint8Array
Defined in: core/scene.ts:66
fillIndices
Section titled “fillIndices”fillIndices:
Uint32Array
Defined in: core/scene.ts:63
fillVertices
Section titled “fillVertices”fillVertices:
Float32Array
Defined in: core/scene.ts:62
flags:
Uint8Array
Defined in: core/scene.ts:68
fromDrawable
Section titled “fromDrawable”fromDrawable:
number
Defined in: core/scene.ts:73
pointCenters
Section titled “pointCenters”pointCenters:
Float32Array
Defined in: core/scene.ts:69
ranges
Section titled “ranges”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
Section titled “strokeAnchors”strokeAnchors:
Float32Array
Defined in: core/scene.ts:71
strokeColors
Section titled “strokeColors”strokeColors:
Uint8Array
Defined in: core/scene.ts:67
strokeIndices
Section titled “strokeIndices”strokeIndices:
Uint32Array
Defined in: core/scene.ts:65
strokeVertices
Section titled “strokeVertices”strokeVertices:
Float32Array
Defined in: core/scene.ts:64