forked from bartvdbraak/blender
8a8a12ed84
With this patch, only sensors that are connected to active states are actually registered in the logic manager. Inactive sensors won't take any CPU, especially the Radar and Near sensors that use a physical object for the detection: these objects are removed from the physics engine. To take advantage of this optimization patch, you need to define very light idle state when the objects are inactive: make them transparent, suspend the physics, keep few sensors active (e,g a message sensor to wake up), etc. |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
KX_NetworkEventManager.cpp | ||
KX_NetworkEventManager.h | ||
KX_NetworkMessageActuator.cpp | ||
KX_NetworkMessageActuator.h | ||
KX_NetworkMessageSensor.cpp | ||
KX_NetworkMessageSensor.h | ||
KX_NetworkObjectActuator.cpp | ||
KX_NetworkObjectActuator.h | ||
KX_NetworkObjectSensor.cpp | ||
KX_NetworkObjectSensor.h | ||
Makefile | ||
SConscript |