Mirror Space

Mirror Space

Mirror Space Node

Inputs

float2 Space

Behaviour

Allows to mirror the provided space along the x, y or xy axis. Mirroring complex signed distance field shapes is highly efficient and is recommended over constructing them multiple times.

SDF Output
rotated Space

Properties

ESpaceMirrorAxis MirrorAxis

MirrorAxis controls which axis will be mirrored using the mirror node. You can find this property in the Details panel when selecting the node.

  • X: mirroring along the X or U axis
  • Y: mirroring along the Y or V axis
  • XY: mirroring along both axis
Mirror Space Properties