Files
test2/source/gameengine
Benoit Bolsee 07abb9dee2 BGE performance:
- Vast performance increase when removing scene containing large number of 
  objects: the sensor/controller map was updated for each deleted object, 
  causing massive slow down when the number of objects was large (O(n^2)).
- Use reference when scanning the sensor map => avoid useless copy.
- Remove dynamically the object bounding box from the DBVT when the object
  is invisible => faster culling.
2009-05-01 20:34:23 +00:00
..
2009-04-29 23:59:59 +00:00
2009-05-01 20:34:23 +00:00
2009-05-01 20:34:23 +00:00
2008-10-31 22:35:52 +00:00