mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 10:54:24 -04:00
removed trailing whitespace
This commit is contained in:
parent
1c48883e97
commit
b39975bf51
@ -19,18 +19,18 @@ class ShadowPlacer(DirectObject.DirectObject):
|
|||||||
activeCount = 0
|
activeCount = 0
|
||||||
|
|
||||||
# special methods
|
# special methods
|
||||||
def __init__(self, cTrav, shadowNodePath,
|
def __init__(self, cTrav, shadowNodePath,
|
||||||
wallCollideMask, floorCollideMask):
|
wallCollideMask, floorCollideMask):
|
||||||
self.isActive = 0 # Is the placer "on". This is also printed in the debugCall.
|
self.isActive = 0 # Is the placer "on". This is also printed in the debugCall.
|
||||||
assert self.notify.debugCall()
|
assert self.notify.debugCall()
|
||||||
DirectObject.DirectObject.__init__(self)
|
DirectObject.DirectObject.__init__(self)
|
||||||
self.setup(cTrav, shadowNodePath,
|
self.setup(cTrav, shadowNodePath,
|
||||||
wallCollideMask, floorCollideMask)
|
wallCollideMask, floorCollideMask)
|
||||||
if __debug__:
|
if __debug__:
|
||||||
self.count += 1
|
self.count += 1
|
||||||
self.debugDisplay()
|
self.debugDisplay()
|
||||||
|
|
||||||
def setup(self, cTrav, shadowNodePath,
|
def setup(self, cTrav, shadowNodePath,
|
||||||
wallCollideMask, floorCollideMask):
|
wallCollideMask, floorCollideMask):
|
||||||
"""
|
"""
|
||||||
Set up the collisions
|
Set up the collisions
|
||||||
|
Loading…
x
Reference in New Issue
Block a user