Issue 309: Spacialization optimization in MTList / MTScatter
Status:  Accepted
Owner:

Blocked on:
issue 306
Project Member Reported by txprog, Aug 16, 2010
Introduce a global "viewport" in PyMT, and use it to filter which widget to display on the window. We can use the Priority QuadTree algorithm (#306).

It's kind of critical, cause in the deprecated MTKineticList, we don't render the widgets outside the list. Now we render always the whole thing.

+ add this algo in MTStencilContainer

Aug 17, 2010
Project Member #1 txprog
(No comment was entered for this change.)
Labels: Type-Enhancement