Explorar o código

added CollisionHandlerRayStart

Dave Schuyler %!s(int64=21) %!d(string=hai) anos
pai
achega
c37682d641
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      direct/src/showbase/ShowBaseGlobal.py

+ 2 - 0
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()