mirror of
https://github.com/Relintai/pandemonium_engine.git
synced 2024-11-21 16:37:20 +01:00
Relintai
f4339d2a49
1) Physics interpolated particles in global mode are specified in global space. In VisualServer they should therefore ignore local transform.
2) Additionally, the expected final_transform should be passed on to children, rather than the identity transform used on the local item.
3) Local bounds in hierarchical culling are fixed for items using identity transform, by calculating their local bound in local space from the global space particles.
- lawnjelly
|
||
---|---|---|
.. | ||
audio | ||
navigation | ||
physics | ||
physics_2d | ||
rendering | ||
audio_server.cpp | ||
audio_server.h | ||
navigation_2d_server.cpp | ||
navigation_2d_server.h | ||
navigation_server.cpp | ||
navigation_server.h | ||
physics_2d_server.cpp | ||
physics_2d_server.h | ||
physics_server.cpp | ||
physics_server.h | ||
register_server_types.cpp | ||
register_server_types.h | ||
rendering_server_callbacks.cpp | ||
rendering_server_callbacks.h | ||
rendering_server.cpp | ||
rendering_server.h | ||
SCsub | ||
server_wrap_mt_common.h |