Model - Lane methods
API reference for src/schema/vocabulary/laneMethods on @huukhanhnguyen/model, reachable from ..
See the Guide for the ModelJSON / evaluate pipeline.
API reference
Signatures are generated from the live package .d.ts - not hand-written.
HEAD_TABLE_METHODS
const
Heads that seed the table stream (not row nodes). A chain uses one head XOR rows.
const HEAD_TABLE_METHODS: Set<string>TABLE_METHODS
const
const TABLE_METHODS: Record<string, LaneMethodDef>TEXTURE_METHODS
const
const TEXTURE_METHODS: Record<string, TextureMethodDef>TextureMethodDef
type
A texture method either STARTS the image stream or transforms it.
type TextureMethodDef
// = LaneMethodDef & { type: "source" | "filter"; }