overte-org / overte

Overte open source virtual worlds platform.
https://overte.org/
Other
128 stars 47 forks source link

Add Zone property for regulateViewRanges #957

Open ksuprynowicz opened 1 month ago

ksuprynowicz commented 1 month ago

For some worlds dynamically regulating view ranges doesn't work well, with dynamic objects getting stuck mid air. Setting Workload.getConfig("controlViews")["regulateViewRanges"] to false and setting ranges manually fixes this, but for performance reasons should be done only when needed. Having these as zone properties woud fix this issue.