Water.js shader does not support logarithmicDepthBuffer
See original GitHub issueDescription of the problem
Seems like the water shader does not support logarithmicDepthBuffer
. Not sure what to do there 😕.
Three.js version
- r92
Browser
- All of them
- Chrome
- Firefox
- Internet Explorer
OS
- All of them
- Windows
- macOS
- Linux
- Android
- iOS
Issue Analytics
- State:
- Created 5 years ago
- Comments:6 (1 by maintainers)
Top Results From Across the Web
THREE.ShaderMaterial depth information lost - Stack Overflow
The issue was with the usage of the logarithmic depth buffer. The shaders passed to the ShaderMaterial do not work with it out...
Read more >WebGLRenderer#logarithmicDepthBuffer – three.js docs
If the shader does not compile and link - it will not work and associated material will not render. Default is true ....
Read more >ShaderMaterial and Logarithmic Depth Buffer - Questions
I'm using a depth renderer (DepthRenderer | Babylon.js Documentation) maybe there is something I can do with it to convert the linear depth ......
Read more >Stylized Water Shader - Desktop/Mobile/VR [Built-in RP]
Hey! Love the work! Was going to purchase it but noticed that it does not support URP, LWRP or HWRP at this time?...
Read more >Maximizing Depth Buffer Range and Precision - Outerra
Values from the vertex shader are then converted into the normalized ... I was told it's a hardware limitation, it's not able to...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@n2k3s2it See if #17014 works for you.
It does! Wonderful that it was only 4 includes 😄 Thanks for the quick response & solution!