* Making the minimum ground offset for flying a configurable offset in the OpenSim.ini. This is the code that causes you to rise off the ground when you press the fly button and attempts to keep you above ground automatically when flying in a simulator.

* minimum_ground_flight_offset, by default is 3 meters, as per Kitto Flora  See OpenSim.ini.example for an example.
This commit is contained in:
Teravus Ovares
2009-03-07 07:17:43 +00:00
parent 6c7151109b
commit 5a49c772ca
3 changed files with 14 additions and 5 deletions

View File

@@ -463,6 +463,9 @@ InterregionComms = "RESTComms"
; speed of movement with Always Run on
av_movement_divisor_run = 0.8
; When the avatar flies, it will be moved up by this amount off the ground (in meters)
minimum_ground_flight_offset = 3.0
; ##
; ## Object options
; ##