NodeVertexTransform
-
class NodeVertexTransform
Bases:
VertexTransform
This
VertexTransform
gets its matrix from the Transform stored on a node. It can also compose its node’s transform with anotherVertexTransform
, allowing you to build up a chain of NodeVertexTransforms that represent a list of composed matrices.Inheritance diagram
-
NodeVertexTransform(PandaNode const *node, VertexTransform const *prev = nullptr)
-
static TypeHandle get_class_type(void)
-
VertexTransform const *get_prev(void) const
Returns the
VertexTransform
object whose matrix will be composed with the result of this node’s transform.
-
NodeVertexTransform(PandaNode const *node, VertexTransform const *prev = nullptr)