(One intermediate revision by one other user not shown)
Line 2:
Line 2:
<translate>
<translate>
<!--T:1-->
<!--T:1-->
{{stub}}
{{Infobox Component
{{Infobox Component
|Image=MirrorTransformComponent.png
|Image=MirrorTransformComponent.png
|Name=Mirror Transform
|Name=Mirror Transform
}}
}}
The Mirror Transform drives the position of the slot to mirror the position of an inputted slot across the normal of a plane.
<!--T:2-->
<!--T:2-->
== Fields ==
== Fields ==
{{Table ComponentFields
{{Table ComponentFields
|MirrorSource|Slot|
|MirrorSource|Slot| The slot to get the mirror data from.
|MirrorPlane|Slot|
|MirrorPlane|Slot| The slot to use as the position to mirror across.
|MirrorOffset|Float3|
|MirrorOffset|Float3| An offset from the <code>MirrorPlane</code> to mirror across.
|MirrorNormal|Float3|
|MirrorNormal|Float3| The direction to mirror from.
|AllowWriteBack|Bool|
|AllowWriteBack|Bool| Whether to allow changing the target fields of <code>_position</code> or <code>_rotation</code> to change the position and rotation of <code>MirrorSource</code>.
|_position|{{RootFieldType|FieldDrive`1|[[Type:Float3|Float3]]}}|TypeAdv5=true| The position field to drive with the mirrored mirror data. Usually the Position field of the slot this component is on.
|_rotation|{{RootFieldType|FieldDrive`1|[[Type:FloatQ|FloatQ]]}}|TypeAdv6=true| The rotation field to drive with the mirrored mirror data. Usually the Rotation field of the slot this component is on.
}}
}}
<!--T:3-->
<!--T:3-->
== Usage ==
== Usage ==
Attach to a slot and provide <code>MirrorSource</code>, <code>MirrorPlane</code>, and <code>MirrorNormal</code> for this component to start working.