nkVoTransform
- Last UpdatedSep 10, 2023
- 1 minute read
The nkVoTransform node transforms a vector from one reference coordinate system to another.
Code example
This is a code example for nkVoTransform.
<nkVoTransform name="nNodeName" size="3" fromSystem="local" toSystem="world" input="0 1 0"/>
Parameters
fromSystem / toSystem
-
Values: tangent, local, view, world
Limits
Size: [2..4]
Notes
The supported format is vector3 with the following transformations:
-
local à world
-
local à view
-
view à world