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

NaN in float texture #19876

Closed
3 tasks done
greggman opened this issue Jul 19, 2020 · 0 comments · Fixed by #19885
Closed
3 tasks done

NaN in float texture #19876

greggman opened this issue Jul 19, 2020 · 0 comments · Fixed by #19885
Labels

Comments

@greggman
Copy link
Contributor

Description of the problem

This might not be a bug just passing it on.

I added checks for the data passed to texImage2Dto the webgl helper I'm working on. If the data is a Float32Array then I check for NaN.

It found some NaNs are being passed for the birds in https://threejs.org/examples/webgl_gpgpu_birds_gltf.html.

Three.js version
  • Dev
Browser
  • All of them
OS
  • All of them
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants