ProtoFlux:TransformDirection: Difference between revisions

From Resonite Wiki
Template
 
m YoshBot moved page ProtoFlux:Transform Direction to ProtoFlux:TransformDirection: Automated: removing spaces from ProtoFlux namespace
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
{{Template:TransformCoordinateValueNode|Direction|float3|Float3}}
{{Template:TransformCoordinateValueNode|Direction|float3|Float3}}
[[Category:ContinuouslyChanging nodes]]

Latest revision as of 00:37, 21 August 2025

Transform Direction
FromSpace
*
ToSpace
SourceDirection
Direction

Transform Direction Is a protoflux node that allows you to convert a Float3 from the provided FromSpace (Slot) slot's space to ToSpace (Slot) slot's space.

See Coordinate Spaces For how this node can be used in bigger systems.

Inputs

FromSpace (Slot)

The slot that is assumed to be the space SourceDirection (Float3) is in.

ToSpace (Slot)

The slot to transform SourceDirection (Float3) to.

SourceDirection (Float3)

The Direction to convert from FromSpace (Slot)'s space to ToSpace (Slot)'s space.

Outputs

* (Float3)

The converted Direction of the source Direction SourceDirection (Float3).

Examples

Transform Direction being used in a bigger piece of code.
Transform Direction being used in a bigger piece of code.