branchrust_reboot/main/fix_entity_scale_occlusioncancel

3 Commits over 0 Days - ∞cph!

8 Days Ago
Fix `ent scale` only accepting an int instead of accepting float
8 Days Ago
Fix not working when far away, call "ResetCulling()" on all LOD components as well as calling it on the entity having it's scale changed - this should only be called on the client when the scale has changed so it won't reset culling on every single network update Fix entity not being able to reset to 1 scale since it was ignoring default scaling size - network scale every update if `networkEntityScale` is enabled
8 Days Ago
Fix entity scaling not updating the bounds & culling bounds of entities - recalculate both the bound and the culling bounds - reset the bounds inside ResetState() based on the original prefab so it doesn't cause pooling errors