Structs§
- Node
Visual - Render-facing snapshot of a node. All coordinates/sizes are in Field-space; renderer applies Viewport transform.
- Visual
Params - Parameters controlling how visuals are derived (not stored in Field).
Functions§
- build_
visuals - Build a render-friendly list of visuals from the current Field + Viewport.
- build_
visuals_ in_ view - Like
build_visuals, but only returns visuals whose bounds intersectview(in Field-space).