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

RTT & Clipping is not working #452

Closed
wouterlucas opened this issue Nov 21, 2024 · 0 comments · Fixed by #453
Closed

RTT & Clipping is not working #452

wouterlucas opened this issue Nov 21, 2024 · 0 comments · Fixed by #453

Comments

@wouterlucas
Copy link
Contributor

The moment you turn on clipping on a rtt: true node the node disappears.

This is because the new update logic from parent -> children provides the original clipping rectangle, however since the children are part of render to texture the clipping rectangle does not apply as its clipped already as part of the RTT creation.

In the previous implementation children of RTT where given an invalid clipping rectangle to avoid incorrect clipping in Render texture coordinates.

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

Successfully merging a pull request may close this issue.

1 participant