Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

You can stop the recursivelyBlit recursion on any FrameMorph completely covered by a large opaque morph... #149

Open
davidedc opened this issue Oct 15, 2013 · 0 comments

Comments

@davidedc
Copy link
Owner

...you could keep for example a list of the top n biggest opaque morphs (say, frames and rectangles) and check that case while you traverse the list.

Note that in fact you could stop recursion on any Morph which boundsIncludingChildren are completely covered, for that matter.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant