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

This node is placed at key points within the scene graph to animate uvs. More...

Inheritance diagram for UvScrollNode:
PandaNode TypedWritable Namable LinkedListNode ReferenceCount TypedObject

List of all members.

Public Member Functions

 UvScrollNode (string name)
 UvScrollNode (string name, float u_speed, float v_speed, float r_speed)
float getRSpeed ()
float getUSpeed ()
float getVSpeed ()
 setRSpeed (float r_speed)
 setUSpeed (float u_speed)
 setVSpeed (float v_speed)

Static Public Member Functions

static TypeHandle getClassType ()

Detailed Description

This node is placed at key points within the scene graph to animate uvs.


Constructor & Destructor Documentation

UvScrollNode ( string  name)
UvScrollNode ( string  name,
float  u_speed,
float  v_speed,
float  r_speed 
)

Member Function Documentation

static TypeHandle getClassType ( ) [static]

Reimplemented from PandaNode.

float getRSpeed ( )
float getUSpeed ( )
float getVSpeed ( )
setRSpeed ( float  r_speed)
setUSpeed ( float  u_speed)
setVSpeed ( float  v_speed)
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties