Expand description
Scene embedding: one lens hosting another lens’s Scene.
Composition is a scene/embed node wrapping a nested Scene produced by
another lens. A host lens can therefore render a value through a different
lens and place the result inside its own Scene without flattening or
duplicating it.
Functions§
- embed_
scene - Wrap an already-rendered
innerScene in ascene/embednode, recording the lens that produced it.