mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 17:55:48 +08:00
* 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:
@@ -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
|
||||
; ##
|
||||
|
||||
Reference in New Issue
Block a user