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

Inheritance diagram of UserVertexTransform

__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.

*/

setMatrix()

C++ Interface: set_matrix(const UserVertexTransform self, const LMatrix4f matrix)

/**
  • Stores the indicated matrix.

*/

set_matrix()

C++ Interface: set_matrix(const UserVertexTransform self, const LMatrix4f matrix)

/**
  • Stores the indicated matrix.

*/