overte-org / overte

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

Add a density property to entities #816

Closed ksuprynowicz closed 7 months ago

ksuprynowicz commented 7 months ago

Right now mass of entities for physics simulation is calculated depending on a constant density which is assumed to be the same for all objects. Adding density property will break the protocol so we should do it together with other protocol-breaking changes.

ksuprynowicz commented 7 months ago

Oops... We already have density property. I have no idea how I missed it.