Skip to content

StyleTables

Defined in: core/scene.ts:96

Just the per-drawable style tables (colors + flags), for styles-only backend updates — never the O(total-vertices) Scene.buffers rebuild: geometry hasn’t changed, only how it’s painted. LIVE views of the Scene’s typed storage (#207) — zero copies/allocation per call; see Scene.styleTables.

fillColors: Uint8Array

Defined in: core/scene.ts:97


flags: Uint8Array

Defined in: core/scene.ts:99


strokeColors: Uint8Array

Defined in: core/scene.ts:98