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 another VertexTransform, allowing you to build up a chain of NodeVertexTransforms that represent a list of composed matrices.

Inheritance diagram

Inheritance diagram of NodeVertexTransform

NodeVertexTransform(PandaNode const *node, VertexTransform const *prev = nullptr)
static TypeHandle get_class_type(void)
PandaNode const *get_node(void) const

Returns the PandaNode whose transform supplies this object.

VertexTransform const *get_prev(void) const

Returns the VertexTransform object whose matrix will be composed with the result of this node’s transform.