Panda3D
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
Public Member Functions | Static Public Member Functions
UserVertexTransform Class Reference

This is a specialization on VertexTransform that allows the user to specify any arbitrary transform matrix he likes. More...

Inheritance diagram for UserVertexTransform:
VertexTransform TypedWritableReferenceCount TypedWritable ReferenceCount TypedObject

List of all members.

Public Member Functions

 UserVertexTransform (string name)
string getName ()
 Returns the name passed to the constructor.
 setMatrix (Mat4 const matrix)
 Stores the indicated matrix.

Static Public Member Functions

static TypeHandle getClassType ()

Detailed Description

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.


Constructor & Destructor Documentation

UserVertexTransform ( string  name)

Member Function Documentation

static TypeHandle getClassType ( ) [static]

Reimplemented from VertexTransform.

string getName ( )

Returns the name passed to the constructor.

Completely arbitrary.

setMatrix ( Mat4 const  matrix)

Stores the indicated matrix.

 All Classes Namespaces Functions Variables Enumerations Enumerator Properties