1
0
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:
Digvijaysinh Gohil 2024-04-15 22:20:05 +05:30
parent b1411a809c
commit b7c13a973a

View File

@ -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|
___