Skip to main content

Mirror

Overview

Creates a reflected copy of a mesh across a virtual plane defined by an origin and a direction.


Inputs

NameTypeDescription
InputMeshDataThe source mesh to be mirrored.
OriginVector3The center point of the mirror plane.
DirectionVector3The normal vector of the mirror plane (determines the axis of reflection).
DistancefloatAn offset to move the mirror plane along its direction.
Keep OriginalboolIf true, the output includes both the original mesh and the reflected copy.

Outputs

NameTypeDescription
OutputMeshDataThe resulting mesh (mirrored version or combined).

Parameters

This node does not expose additional parameters.


Behavior Notes

  • Plane Definition: The mirror plane is always perpendicular to the Direction vector, passing through the Origin (plus the Distance offset).