mirror of
https://github.com/DigvijaysinhGohil/Godot-Shader-Lib.git
synced 2025-09-19 03:55:59 +08:00
10 lines
252 B
Markdown
10 lines
252 B
Markdown
![]() |
# Mesh node
|
||
|
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|
|
||
|
___
|