Jump to content

[SOLVED] How to find node from Object Mesh


photo

Recommended Posts

Hi,

 

How can I get the Node from an ObjectMesh? I am creating an ObjectMesh using ObjectMesh("myMesh.mesh"). And I transform them to a specific location. Now I want to get the node from this ObjectMesh.

 

Thanks

Link to comment

ObjectMesh inherits from Object, which inherits from Node. So therefore ObjectMesh is a Node, and can call all functions of ObjectMesh, Object and Node.

 

Did you word the question wrong or is this what you needed?

Link to comment
×
×
  • Create New...