From c37682d6412be8093dde939dd4df84c165f0fabd Mon Sep 17 00:00:00 2001 From: Dave Schuyler Date: Fri, 30 Apr 2004 23:38:57 +0000 Subject: [PATCH] added CollisionHandlerRayStart --- direct/src/showbase/ShowBaseGlobal.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/direct/src/showbase/ShowBaseGlobal.py b/direct/src/showbase/ShowBaseGlobal.py index b4f0b510b5..7b83664af5 100644 --- a/direct/src/showbase/ShowBaseGlobal.py +++ b/direct/src/showbase/ShowBaseGlobal.py @@ -2,6 +2,8 @@ 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 ShowBase()