View Single Post
  #3  
Old 08-09-2016, 08:15 PM
hsc hsc is offline
Member
 
Join Date: Aug 2016
Posts: 2
Hi Jeff, I set my collision and gravity as follows:

The MainView still doesn't go down the stairs instead just 'bumps" at one location only. I tried to change the gravity and turn off collision but still the same

# viz.MainView.collision(viz.ON)
viz.MainView.stepsize(0.6)
viz.MainView.gravity(20)
#
Reply With Quote