Panda3D
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Properties
Public Member Functions | Public Attributes | Static Public Attributes | List of all members
DirectFastrak Class Reference
Inheritance diagram for DirectFastrak:
DirectObject

Public Member Functions

def __init__
 
def destroy
 
def disable
 
def enable
 
def fastrakUpdate
 
def updateTask
 
- Public Member Functions inherited from DirectObject
def __init__
 
def accept
 
def acceptOnce
 
def addTask
 
def detectLeaks
 
def doMethodLater
 
def getAllAccepting
 
def ignore
 
def ignoreAll
 
def isAccepting
 
def isIgnoring
 
def removeAllTasks
 
def removeTask
 

Public Attributes

 device
 
 deviceNo
 
 name
 
 tracker
 
 trackerPos
 
 updateFunc
 

Static Public Attributes

int fastrakCount = 0
 
tuple notify = DirectNotifyGlobal.directNotify.newCategory('DirectFastrak')
 

Constructor & Destructor Documentation

def __init__ (   self,
  device = 'Tracker0',
  nodePath = base.direct.camera 
)

Member Function Documentation

def destroy (   self)
def disable (   self)
def enable (   self)
def fastrakUpdate (   self)
def updateTask (   self,
  state 
)

Member Data Documentation

device
deviceNo
int fastrakCount = 0
static
name
tuple notify = DirectNotifyGlobal.directNotify.newCategory('DirectFastrak')
static
tracker
trackerPos
updateFunc