Merge commit '03102864f0d9851b6937ca5472f48f10ec861a26' into bigmerge
commit
2d4ba1a871
|
@ -627,8 +627,8 @@
|
|||
world_gravityz = -9.8
|
||||
|
||||
; World Step size. (warning these are dangerous. Changing these will probably cause your scene to explode dramatically)
|
||||
; reference: fps = (0.09375/ODE_STEPSIZE) * 1000;
|
||||
world_stepsize = 0.020
|
||||
; reference: fps = (0.089/ODE_STEPSIZE) * 1000;
|
||||
world_stepsize = 0.0178
|
||||
world_internal_steps_without_collisions = 10
|
||||
|
||||
;World Space settings. Affects memory consumption vs Collider CPU time for avatar and physical prim
|
||||
|
|
Loading…
Reference in New Issue