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

WebGLRenderTarget: Disable stencil buffer by default #19926

Merged
merged 4 commits into from
Aug 15, 2020

Conversation

WestLangley
Copy link
Collaborator

@WestLangley WestLangley commented Jul 25, 2020

It seems to me to be more appropriate to enable a stencil buffer when it is needed than to disable it when it is not.

I expect the latter almost never happens.

If this is merged, I will update the 30+ examples in which the buffer is disabled at the app level. Optionally, we can leave them as they are.

todo: Update Migration docs.

@mrdoob mrdoob added this to the r120 milestone Jul 27, 2020
@mrdoob
Copy link
Owner

mrdoob commented Jul 27, 2020

Seems to be more appropriate to me too.

@WestLangley WestLangley marked this pull request as ready for review August 15, 2020 20:04
@mrdoob mrdoob merged commit dd7c0d7 into mrdoob:dev Aug 15, 2020
@mrdoob
Copy link
Owner

mrdoob commented Aug 15, 2020

Thanks!

@WestLangley WestLangley deleted the dev_rt_stencil_default branch August 15, 2020 20:27
@WestLangley
Copy link
Collaborator Author

Migration docs updated!

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 this pull request may close these issues.

2 participants