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

Allow for animation inside FBOs for masking/caching nodes #10

Open
vtron opened this issue Jun 26, 2014 · 0 comments
Open

Allow for animation inside FBOs for masking/caching nodes #10

vtron opened this issue Jun 26, 2014 · 0 comments

Comments

@vtron
Copy link
Contributor

vtron commented Jun 26, 2014

FBOs right now create memory leaks when changing sizes (in Cinder), so resizing FBOs needs to be avoided at all costs.

Masking right now is a 1 time cache operation, but this means nodes can not be redrawn. We should at least have a Rectf argument (defaults to current bounds) so that animtion can happen inside the mask. We could possibly use the size of the mask itself but this creates issues with movement of the mask

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