Opened 12 years ago
#2438 new enhancement
For speed, Physics redraw should be based on dirty rects, not full screen updating
Reported by: | garycmartin | Owned by: | garycmartin |
---|---|---|---|
Priority: | Unspecified by Maintainer | Milestone: | Unspecified |
Component: | Physics | Version: | Unspecified |
Severity: | Unspecified | Keywords: | |
Cc: | Distribution/OS: | Unspecified | |
Bug Status: | Unconfirmed |
Description
Physics is currently using a fullscreen update on every frame, should be quite a lot faster if it is switched to tracking dirty rects and just redrawing those areas. Might need to delve into the Elements library code and Box2d to achieve this unfortunately.
Note: See
TracTickets for help on using
tickets.