1
0
mirror of https://github.com/DigvijaysinhGohil/Godot-Shader-Lib.git synced 2025-09-20 12:25:59 +08:00

Documentation formatting

This commit is contained in:
Digvijaysinh Gohil
2024-02-27 22:39:14 +05:30
parent 4cc91847ed
commit bd86743d0f
3 changed files with 50 additions and 60 deletions

View File

@ -16,5 +16,5 @@ Projects <i><b>vector A</b></i> onto <i><b>vector B</b></i>.
**Outputs**
|Name|Type|Binding|Description|
|---|---|---|---|
|out|vector3|None|Output vector|
|vector|vector3|None|Output vector|
___

View File

@ -16,5 +16,5 @@ Projects a vector onto a plane defined by a normal orthogonal to the plane.
**Outputs**
|Name|Type|Binding|Description|
|---|---|---|---|
|out|vector3|None|Output vector|
|vector|vector3|None|Output vector|
___