Category:ProtoFlux:Transform: Difference between revisions

Category page
Fix transform matrix node names and links
m fix link spaces
 
Line 6: Line 6:


{{Table ProtoFluxCategoryNodes
{{Table ProtoFluxCategoryNodes
|Global Transform|| Gives the [[Slot]]'s transform in global space.
|GlobalTransform|| Gives the [[Slot]]'s transform in global space.
|Local Transform|| Gives the [[Slot]]'s transform in local space.
|LocalTransform|| Gives the [[Slot]]'s transform in local space.
|Set Global Position|| Sets the [[Slot]]'s global position to match the given global point.
|SetGlobalPosition|| Sets the [[Slot]]'s global position to match the given global point.
|Set Global Position Rotation|| Sets the [[Slot]]'s global position and rotation to match the given global point and rotation.
|SetGlobalPositionRotation|| Sets the [[Slot]]'s global position and rotation to match the given global point and rotation.
|Set Global Rotation|| Sets the [[Slot]]'s global rotation to match the given global rotation.
|SetGlobalRotation|| Sets the [[Slot]]'s global rotation to match the given global rotation.
|Set Global Scale|| Sets the [[Slot]]'s global scale to match the given global scale.
|SetGlobalScale|| Sets the [[Slot]]'s global scale to match the given global scale.
|Set Global Transform|| Sets the [[Slot]]'s global transforms to match the given global transforms.
|SetGlobalTransform|| Sets the [[Slot]]'s global transforms to match the given global transforms.
|Set Global Transform Matrix|| Sets the [[Slot]]'s global transforms to match the given global TRS Matrix.
|SetGlobalTransformMatrix|| Sets the [[Slot]]'s global transforms to match the given global TRS Matrix.
|Set Local Position|| Sets the [[Slot]]'s local position to match the given local point.
|SetLocalPosition|| Sets the [[Slot]]'s local position to match the given local point.
|Set Local Position Rotation|| Sets the [[Slot]]'s local position and rotation to match the given local point and rotation.
|SetLocalPositionRotation|| Sets the [[Slot]]'s local position and rotation to match the given local point and rotation.
|Set Local Rotation|| Sets the [[Slot]]'s local rotation to match the given local rotation.
|SetLocalRotation|| Sets the [[Slot]]'s local rotation to match the given local rotation.
|Set Local Scale|| Sets the [[Slot]]'s local scale to match the given local scale.
|SetLocalScale|| Sets the [[Slot]]'s local scale to match the given local scale.
|Set Local Transform|| Sets the [[Slot]]'s local transforms to match the given local transforms.
|SetLocalTransform|| Sets the [[Slot]]'s local transforms to match the given local transforms.
|Set TRS|| Sets the [[Slot]]'s local transforms to match the given TRS Matrix.
|SetTRS|| Sets the [[Slot]]'s local transforms to match the given TRS Matrix.
}}
}}
[[Category:ProtoFlux]]
[[Category:ProtoFlux]]

Latest revision as of 03:57, 25 August 2025

Subcategories
Category Summary
Bounds Computing, Expanding, constructing, and shrinking Bounding Boxes.
Conversion Converting transformations in one space to another space.
Direction Getting and setting a slot's facing directions.
Nodes
Node Name Description
GlobalTransform Gives the Slot's transform in global space.
LocalTransform Gives the Slot's transform in local space.
SetGlobalPosition Sets the Slot's global position to match the given global point.
SetGlobalPositionRotation Sets the Slot's global position and rotation to match the given global point and rotation.
SetGlobalRotation Sets the Slot's global rotation to match the given global rotation.
SetGlobalScale Sets the Slot's global scale to match the given global scale.
SetGlobalTransform Sets the Slot's global transforms to match the given global transforms.
SetGlobalTransformMatrix Sets the Slot's global transforms to match the given global TRS Matrix.
SetLocalPosition Sets the Slot's local position to match the given local point.
SetLocalPositionRotation Sets the Slot's local position and rotation to match the given local point and rotation.
SetLocalRotation Sets the Slot's local rotation to match the given local rotation.
SetLocalScale Sets the Slot's local scale to match the given local scale.
SetLocalTransform Sets the Slot's local transforms to match the given local transforms.
SetTRS Sets the Slot's local transforms to match the given TRS Matrix.