reduced ray start to 10.0 feet
This commit is contained in:
parent
2092a17028
commit
2dc81f276c
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
from ShowBase import *
|
||||
|
||||
CollisionHandlerRayStart = 4000.0 # This is a hack, it may be better to use a line instead of a ray.
|
||||
CollisionHandlerRayStart = 10.0 # This is a hack, it may be better to use a line instead of a ray.
|
||||
|
||||
# Create the showbase instance
|
||||
ShowBase()
|
||||
|
|
|
|||
Loading…
Reference in New Issue