mirror of
https://github.com/DigvijaysinhGohil/Godot-Shader-Lib.git
synced 2025-01-05 00:53:36 +08:00
Update Mesh.md
This commit is contained in:
parent
b1411a809c
commit
b7c13a973a
@ -7,4 +7,15 @@ Provides accees to node's position and scale in world space.
|
||||
|---|---|---|---|
|
||||
|position|vec3|None|Node/object position in world space|
|
||||
|scale|vec3|None|Node/object scale in world space|
|
||||
|
||||
**ShaderInc location**
|
||||
<br>`res://addons/ShaderLib/Geometry/MeshNode.gdshaderinc`
|
||||
|
||||
**Method signature**
|
||||
<br>`vec3 geometry_node_scale_world(mat4 model_matrix)`
|
||||
|
||||
**Parameters**
|
||||
|Name|Type|Description|
|
||||
|---|---|---|
|
||||
|model_matrix|mat4|Model matrix of the mesh|
|
||||
___
|
Loading…
x
Reference in New Issue
Block a user