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

BatchedMesh: use texelFetch, textureSize #27077

Merged
merged 1 commit into from Oct 28, 2023

Conversation

gkjohnson
Copy link
Collaborator

Related issue: #25059, #22376

Description

Use the texelFetch, textureSize functions in BatchedMes which remove the need for a uniform, casting, and half-texel insets. Note that these functions can only be used in WebGL2.

@gkjohnson gkjohnson added this to the r159 milestone Oct 28, 2023
@mrdoob
Copy link
Owner

mrdoob commented Oct 28, 2023

Note that these functions can only be used in WebGL2.

Sounds good 👌

@mrdoob mrdoob merged commit 43093ba into mrdoob:dev Oct 28, 2023
19 checks passed
@gkjohnson gkjohnson deleted the use-ints-batching branch October 28, 2023 04:47
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.

None yet

2 participants