Model - meshEntity producers
Every producer whose return is meshEntity[] — what it creates is concatenated into the entity stream. Authored as a step in an objects[] chain.
| Method | Description | Arg | Type | Default | Meaning |
|---|---|---|---|---|---|
placeMesh | Mesh (GLB) — Bring an attached GLB file into the stream as ONE meshEntity — an organic/sculpted form (a plant, a statue) stored as an n-gon polygon mesh (GLB triangles become 3-gon faces). The file is an ordinary url-method parameter (upload → R2, the Store pre-loads the bytes); this node never fetches. Closed by type: only mesh ops (Mesh Subdivision / Mesh Lattice) consume it downstream — booleans, BOM and nesting never see it. | url | url | '' | Reference to a url-method parameter holding the .glb attachment (or a raw https:/data: URI). |