minor change to shadow position

This commit is contained in:
Dave Schuyler 2004-04-17 03:35:01 +00:00
parent 5d636da5de
commit 02c0f69ddc

View File

@ -52,7 +52,7 @@ class ShadowPlacer(DirectObject.DirectObject):
floorOffset = 0.025
# Set up the collison ray
# This is a ray cast down to detect floor polygons
self.cRay = CollisionRay(0.0, 0.0, 400.0, 0.0, 0.0, -1.0)
self.cRay = CollisionRay(0.0, 0.0, 400000.0, 0.0, 0.0, -1.0)
cRayNode = CollisionNode('shadowPlacer')
cRayNode.addSolid(self.cRay)
self.cRayNodePath = NodePath(cRayNode)