overte-org / overte

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

Create: Support audio.listenerAttenuationCoefficients #885

Open HifiExperiments opened 3 months ago

HifiExperiments commented 3 months ago

https://github.com/overte-org/overte/pull/847 added support for audio properties to Zone Entities (currently only in the protocol_changes branch). One new property, listenerAttenuationCoefficients, is a number[] where each number applies to the corresponding QUuid in audio.listenerZones. Create doesn't currently support number[] properties, so the new property is only modifiable by script. We need to either: