This VertexTransform gets its matrix from the Transform stored on a node. More...
Public Member Functions | |
NodeVertexTransform (PandaNode const node, VertexTransform const prev) | |
NodeVertexTransform (PandaNode const node) | |
PandaNode const | getNode () |
Returns the PandaNode whose transform supplies this object. | |
VertexTransform const | getPrev () |
Returns the VertexTransform object whose matrix will be composed with the result of this node's transform. | |
Static Public Member Functions | |
static TypeHandle | getClassType () |
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.
NodeVertexTransform | ( | PandaNode const | node, |
VertexTransform const | prev | ||
) |
NodeVertexTransform | ( | PandaNode const | node | ) |
static TypeHandle getClassType | ( | ) | [static] |
Reimplemented from VertexTransform.
VertexTransform const getPrev | ( | ) |
Returns the VertexTransform object whose matrix will be composed with the result of this node's transform.