mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 17:55:48 +08:00
BulletSim: small tweek to avatar height reduce feet embedded into prims.
This adjustment makes a default, shoeless avatar stand properly on a prim for the various heights (0% to 100% in the appearance adjustment).
This commit is contained in:
@@ -1016,7 +1016,7 @@
|
||||
; Avatar physics height adjustments.
|
||||
; http://opensimulator.org/wiki/BulletSim#Adjusting_Avatar_Height
|
||||
AvatarHeightLowFudge = 0 ; Adjustment at low end of height range
|
||||
AvatarHeightMidFudge = -0.1 ; Adjustment at mid point of avatar height range
|
||||
AvatarHeightMidFudge = 0 ; Adjustment at mid point of avatar height range
|
||||
AvatarHeightHighFudge = 0 ; Adjustment at high end of height range
|
||||
|
||||
; Default linkset implmentation
|
||||
|
||||
Reference in New Issue
Block a user