mirror of
https://github.com/DigvijaysinhGohil/Godot-Shader-Lib.git
synced 2025-09-19 03:55:59 +08:00
20 lines
665 B
Markdown
20 lines
665 B
Markdown
![]() |
# Vector Transform node
|
||
|
Returns the transformed vector of the input value <i><b>in</b></i> from one coordinate space to another.<br><br><i>This node is only available in shader mode SPATIAL.</i>
|
||
|
<hr>
|
||
|
|
||
|
**Inputs**
|
||
|
|Name|Type|Binding|Description|
|
||
|
|---|---|---|---|
|
||
|
|in|vector3|none|Input vector|
|
||
|
|
||
|
**Controls**
|
||
|
|Name|Options|Description|
|
||
|
|---|---|---|
|
||
|
|From|Local, World, View, Screen, Tangent|Coordinate space from which you want to transform the input vector|
|
||
|
|To|Local, World, View, Screen, Tangent|Coordinate space to which you want to transform the input vector|
|
||
|
|
||
|
**Outputs**
|
||
|
|Name|Type|Binding|Description|
|
||
|
|---|---|---|---|
|
||
|
|out|vector3|None|Output vector|
|
||
|
___
|