93c78af488
When using the preview camera feature it turns out as well as culling the game objects, this also culls the editor gizmos from the preview camera, which makes the editor hard to use in this mode. To get around this problem we simply disable frustum culling for GLOBAL portal_mode objects when in preview camera mode. This could be a bit slower in an editor scene with lots of gizmos but is the simplest way of solving the problem. |
||
---|---|---|
.. | ||
portal_gameplay_monitor.cpp | ||
portal_gameplay_monitor.h | ||
portal_pvs.cpp | ||
portal_pvs.h | ||
portal_pvs_builder.cpp | ||
portal_pvs_builder.h | ||
portal_renderer.cpp | ||
portal_renderer.h | ||
portal_rooms_bsp.cpp | ||
portal_rooms_bsp.h | ||
portal_tracer.cpp | ||
portal_tracer.h | ||
portal_types.cpp | ||
portal_types.h | ||
SCsub |