NodeVertexTransform
from panda3d.core import NodeVertexTransform
- class NodeVertexTransform
Bases:
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
- __init__(node: PandaNode, prev: VertexTransform)
- static getClassType() TypeHandle
- getPrev() VertexTransform
Returns the
VertexTransform
object whose matrix will be composed with the result of this node’s transform.
- property prev VertexTransform
Returns the
VertexTransform
object whose matrix will be composed with the result of this node’s transform.