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

input: Transform (matrix) More...

Inheritance diagram for Transform2SG:
DataNode PandaNode TypedWritable Namable LinkedListNode ReferenceCount TypedObject

List of all members.

Public Member Functions

 Transform2SG (string name)
PandaNode getNode ()
 Returns the node that this object will adjust, or NULL if the node has not yet been set.
 setNode (PandaNode node)
 Sets the node that this object will adjust.

Static Public Member Functions

static TypeHandle getClassType ()

Detailed Description

input: Transform (matrix)

output: none, but applies the matrix as the transform transition for a given arc of the scene graph.


Constructor & Destructor Documentation

Transform2SG ( string  name)

Member Function Documentation

static TypeHandle getClassType ( ) [static]

Reimplemented from DataNode.

Returns the node that this object will adjust, or NULL if the node has not yet been set.

setNode ( PandaNode  node)

Sets the node that this object will adjust.

 All Classes Namespaces Functions Variables Enumerations Enumerator Properties