Documentation / Node reference / geo nodes
geo/SDFMirror
Mirrors an SDF object about the origin planes.
Sdf Operations
Reflects each input SDF object across the chosen axis planes, all of which pass through the origin. Only the part of the object on the positive side of a mirrored axis survives: it is what gets copied to the other side, and anything living only on the negative side disappears. Use geo/Transform in GEOMETRY mode upstream to move the object relative to the mirror planes, or downstream to move the mirrored result. A 2D field ignores the Z toggle, since its samples never leave the plane. Non-SDF objects pass through unchanged.
Parameters
| Name | Type | What it does |
|---|---|---|
| mirrorX | Bool | Reflect across the YZ plane (x = 0). |
| mirrorY | Bool | Reflect across the XZ plane (y = 0). |
| mirrorZ | Bool | Reflect across the XY plane (z = 0). Ignored by a 2D field. |
See also
This page is generated from the engine, so it describes the release you can download. The same text is in the editor's Help panel next to the node itself.