Panda3D
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Properties
Public Member Functions | Public Attributes | Static Public Attributes | List of all members
ShadowCaster Class Reference

Public Member Functions

def __init__
 
def clear
 
def setGround
 

Public Attributes

 buffer
 
 camera
 
 cameraPath
 
 groundPath
 
 lens
 
 lightPath
 
 objectPath
 
 stage
 
 tex
 

Static Public Attributes

int texXSize = 128
 
int texYSize = 128
 

Constructor & Destructor Documentation

def __init__ (   self,
  lightPath,
  objectPath,
  filmX,
  filmY 
)

Member Function Documentation

def clear (   self)
Undoes the effect of the ShadowCaster. 
def setGround (   self,
  groundPath 
)
Specifies the part of the world that is to be considered
the ground: this is the part onto which the rendered texture
will be applied. 

Member Data Documentation

buffer
camera
cameraPath
groundPath
lens
lightPath
objectPath
stage
tex
int texXSize = 128
static
int texYSize = 128
static