mirror of
https://github.com/DigvijaysinhGohil/Godot-Shader-Lib.git
synced 2025-09-20 04:15:58 +08:00
Documentation added for Project and ProjectOnPlane
This commit is contained in:
20
documentation/Nodes/Maths/Vector/Project.md
Normal file
20
documentation/Nodes/Maths/Vector/Project.md
Normal file
@ -0,0 +1,20 @@
|
||||
# Project node
|
||||
Projects <i><b>vector A</b></i> onto <i><b>vector B</b></i>.
|
||||
<hr>
|
||||
|
||||
**Controls**
|
||||
|Options|Description|
|
||||
|---|---|---|
|
||||
|Vector2, Vector3|Vector type to use for calculation|
|
||||
|
||||
**Inputs**
|
||||
|Name|Type|Binding|Description|
|
||||
|---|---|---|---|
|
||||
|vector A|Dynamic vector|none|Vector to project|
|
||||
|vector B|Dynamic vector|none|Vector on which vector A will be projected|
|
||||
|
||||
**Outputs**
|
||||
|Name|Type|Binding|Description|
|
||||
|---|---|---|---|
|
||||
|out|vector3|None|Output vector|
|
||||
___
|
20
documentation/Nodes/Maths/Vector/ProjectOnPlane.md
Normal file
20
documentation/Nodes/Maths/Vector/ProjectOnPlane.md
Normal file
@ -0,0 +1,20 @@
|
||||
# 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|
|
||||
|---|---|---|---|
|
||||
|out|vector3|None|Output vector|
|
||||
___
|
Reference in New Issue
Block a user