ModelData:getNodeMeshes
EditReturns a table of mesh indices attached to a node. Meshes define the geometry and materials of a model, as opposed to the nodes which define the transforms and hierarchy. A node can have multiple meshes, and meshes can be reused in multiple nodes.
Arguments
Name | Type | Description |
index | number | The index of the node. |
Returns
Name | Type | Description |
meshes | table | A table with the node's mesh indices. |
Arguments
Name | Type | Description |
name | string | The name of the node. |
Returns
Name | Type | Description |
meshes | table | A table with the node's mesh indices. |