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 clip surface convex hulls to overlap #869

Open
daleeidd opened this issue Jul 12, 2021 · 1 comment
Open

Allow clip surface convex hulls to overlap #869

daleeidd opened this issue Jul 12, 2021 · 1 comment

Comments

@daleeidd
Copy link
Collaborator

This was a known issue since inception of the feature and is documented. Adding it here too so people see it.

clipping issue

The second pass removes the clip surface data which is causing the overlap issue. The only solution I can think of is rendering to a temporary texture and combining it with the main data texture.

Will see how many people request it before looking at it further.

@daleeidd daleeidd changed the title Allow convex hulls to overlap Allow clip surface convex hulls to overlap Jul 12, 2021
@daleeidd
Copy link
Collaborator Author

daleeidd commented Aug 2, 2021

#879 provides an alternative to this problem which will be out by 4.13.

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