瀏覽代碼

added CollisionHandlerRayStart

Dave Schuyler 21 年之前
父節點
當前提交
c37682d641
共有 1 個文件被更改,包括 2 次插入0 次删除
  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()