pramod.s Posted August 14, 2012 Posted August 14, 2012 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
carl.sutton Posted August 14, 2012 Posted August 14, 2012 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?
pramod.s Posted August 14, 2012 Author Posted August 14, 2012 This is what i needed. Have to go through basics properlly...hmmm
Recommended Posts