Browse Source

added CollisionHandlerRayStart

Dave Schuyler 21 years ago
parent
commit
c37682d641
1 changed files with 2 additions and 0 deletions
  1. 2 0
      direct/src/showbase/ShowBaseGlobal.py

+ 2 - 0
direct/src/showbase/ShowBaseGlobal.py

@@ -2,6 +2,8 @@
 
 
 from ShowBase import *
 from ShowBase import *
 
 
+CollisionHandlerRayStart = 4000.0 # This is a hack, it may be better to use a line instead of a ray.
+
 # Create the showbase instance
 # Create the showbase instance
 ShowBase()
 ShowBase()