* Changing the ode collision filter to 'off by default' instead of 'on by default'. It needs to be improved more.
parent
b9db1b1345
commit
519818edd8
|
@ -335,7 +335,7 @@ InterregionComms = "RESTComms"
|
||||||
; Filtering Collisions helps keep things stable physics wise, but sometimes
|
; Filtering Collisions helps keep things stable physics wise, but sometimes
|
||||||
; it can be over zealous. If you notice bouncing, chances are it's being just
|
; it can be over zealous. If you notice bouncing, chances are it's being just
|
||||||
; that
|
; that
|
||||||
filter_collisions = true
|
filter_collisions = false
|
||||||
|
|
||||||
; Non Moving Terrain Contact (avatar isn't moving)
|
; Non Moving Terrain Contact (avatar isn't moving)
|
||||||
nm_terraincontact_friction = 255.0
|
nm_terraincontact_friction = 255.0
|
||||||
|
|
Loading…
Reference in New Issue