Improve performance of CCClippingNode on Canvas mode
Improve performance of CCClippingNode on Canvas mode
Refactor #3460 [New]
- Target version set to Unplanned
Status: | New | |
---|---|---|
Start date: | 2013-12-20 | |
Priority: | Normal | |
Due date: | ||
Assignee: | - | |
% Done: | 0% |
|
Category: | - | |
Target version: | Unplanned |
The direction of improvement can be reducing the cache size, for now, we cache all the screen for composition operation.
What we can do is to cache only the ClippingNode area, and redraw it after composition operation. That need to calculate the size origin and transform very carefully.