Panda3D
|
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 |
def __init__ | ( | self, | |
lightPath, | |||
objectPath, | |||
filmX, | |||
filmY | |||
) |
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.
int texXSize = 128 [static] |
int texYSize = 128 [static] |