UserVertexTransform

from panda3d.core import UserVertexTransform
class UserVertexTransform

Bases:

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

Inheritance diagram of UserVertexTransform

__init__(name: str)
static getClassType() TypeHandle
getName() str

Returns the name passed to the constructor. Completely arbitrary.

setMatrix(matrix: LMatrix4)

Stores the indicated matrix.