mirror of
https://github.com/DigvijaysinhGohil/Godot-Shader-Lib.git
synced 2025-09-19 20:05:57 +08:00
20 lines
482 B
Markdown
20 lines
482 B
Markdown
# Project On Plane node
|
|
Projects a vector onto a plane defined by a normal orthogonal to the plane.
|
|
<hr>
|
|
|
|
**Controls**
|
|
|Options|Description|
|
|
|---|---|
|
|
|Vector2, Vector3|Vector type to use for calculation|
|
|
|
|
**Inputs**
|
|
|Name|Type|Binding|Description|
|
|
|---|---|---|---|
|
|
|vector|Dynamic vector|none|Vector to project|
|
|
|plane normal|Dynamic vector|none|Normal orthogonal of the plane|
|
|
|
|
**Outputs**
|
|
|Name|Type|Binding|Description|
|
|
|---|---|---|---|
|
|
|vector|vector3|None|Output vector|
|
|
___ |