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

explicit UserVertexTransform(std::string const &name)
static TypeHandle get_class_type(void)
std::string const &get_name(void) const

Returns the name passed to the constructor. Completely arbitrary.

void set_matrix(LMatrix4 const &matrix)

Stores the indicated matrix.