INode.GetObjectTM is a function in C++ that retrieves the object transformation matrix of a node. It is used to obtain the current transformation information such as position, rotation, and scale of an object within a scene. This function allows developers to access and manipulate the transformation matrix to perform various operations on the object, such as animating its movement or transforming its appearance.
C++ (Cpp) INode::GetObjectTM - 24 examples found. These are the top rated real world C++ (Cpp) examples of INode::GetObjectTM from package DailyProjects extracted from open source projects. You can rate examples to help us improve the quality of examples.