UserVertexTransform
from panda3d.core import UserVertexTransform
- class UserVertexTransform
Bases:
VertexTransform
This is a specialization on VertexTransform that allows the user to specify any arbitrary transform matrix he likes. This is rarely used except for testing.
Inheritance diagram
- __init__(*args, **kwargs)
- getClassType()
C++ Interface: get_class_type()
- getName()
C++ Interface: get_name(UserVertexTransform self)
- /**
Returns the name passed to the constructor. Completely arbitrary.
*/
- get_class_type()
C++ Interface: get_class_type()
- get_name()
C++ Interface: get_name(UserVertexTransform self)
- /**
Returns the name passed to the constructor. Completely arbitrary.
*/