1
0
mirror of https://github.com/DigvijaysinhGohil/Godot-Shader-Lib.git synced 2025-09-19 11:56:01 +08:00

NodeScaleWorld node refactored to Mesh node

This commit is contained in:
Digvijaysinh Gohil
2024-01-13 18:55:31 +05:30
parent 2828af7503
commit 4125d1d412
3 changed files with 16 additions and 8 deletions

View File

@ -12,13 +12,14 @@ Delete the contents of **_addons/ShaderLib_** folder from your project. Make sur
<details open>
<summary><h1>Geometry nodes</h1></summary>
<details>
<summary><h3>Node Scale World node</h3></summary>
Provides accees to node scale in world space.
<summary><h3>Mesh node</h3></summary>
Provides accees to node's position and scale in world space.
<hr>
**Outputs**
|Name|Type|Binding|Description|
|---|---|---|---|
|position|vec3|None|Node/object position in world space|
|scale|vec3|None|Node/object scale in world space|
___
</details>