Skip to content

Documentation / @expofp/schema / FpPath

Type Alias: FpPath

ts
type FpPath = object;

One __fpPaths entry: a shape outline triangulated for the WebGL renderer, indexed by the SVG paths' data-index. Matches the renderer's MeshType (renderer/engine-core/types.ts) — whose positions are 3D vertices, the shape the V2 converter emits (see PositionSchema).

Type Declaration

cells

ts
cells: [number, number, number][];

positions

ts
positions: [number, number, number?][];