Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
0.8.3:charactercontrolling [2021/08/13 10:16] – [Movement] admin0.8.3:charactercontrolling [2021/08/13 10:19] – [Movement] admin
Line 444: Line 444:
 The true physics collision detection for characters works, but has bad sideeffects. The true physics collision detection for characters works, but has bad sideeffects.
 The most serious problem was stuttering characters which bounced off the terrain. The most serious problem was stuttering characters which bounced off the terrain.
-Also it was impossible to "climb" up hills because physics always dragged you down again.+Also it was impossible to "climb" up steep hills because physics always dragged you down again.
 Even if this is more realistic, the usability was horrible for classic character movement. Even if this is more realistic, the usability was horrible for classic character movement.
  
Line 451: Line 451:
 Nevertheless interaction with static or dynamic objects is still available. Nevertheless interaction with static or dynamic objects is still available.
  
-In case you need the old behaviour, just switch "UseRayCasting" to FALSE.+__Remark:__ In case you need the old behaviour, just switch "UseRayCasting" to FALSE. 
 + 
 +Control you raycast-movement by some properties like Slop, RayDirection and RayOffset. 
 +Especially the slopping value allows you to control f.e. the max. height of stairs to be able to walk. 
  
 Next step: [[android|Android]] Next step: [[android|Android]]