MCPcopy
hub / github.com/donmccurdy/glTF-Transform / LayoutPlan

Interface LayoutPlan

packages/functions/src/reorder.ts:129–134  ·  view source on GitHub ↗

@hidden

Source from the content-addressed store, hash-verified

127
128/** @hidden */
129interface LayoutPlan {
130 indicesToMode: Map<Accessor, GLTF.MeshPrimitiveMode>;
131 indicesToPrimitives: SetMap<Accessor, Primitive>;
132 indicesToAttributes: SetMap<Accessor, Accessor>;
133 attributesToPrimitives: SetMap<Accessor, Primitive>;
134}
135
136/**
137 * Constructs a plan for processing vertex streams, based on unique

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected