GPURenderer depth sorting is broken
See original GitHub issueReported by @davidpox here https://github.com/creativelifeform/three-nebula/issues/65#issuecomment-590254221 there are currently depth sorting issues with the GPURenderer
, need to investigate possible solutions
Issue Analytics
- State:
- Created 4 years ago
- Reactions:2
- Comments:5
Top Results From Across the Web
Handling depth sorting key and hardware instancing - Graphics and ...
I'm creating draw calls as a pair of <sort key, ptr to draw call data> which I then sort after the key that...
Read more >Order your graphics draw calls around!
After sorting we can now loop through the array and submit the draw calls for actual rendering, which are now sorted in the...
Read more >Is it possible to fix the Transparency + Depth sorting issue?
It is my understanding from this question that this is due the way the objects are sorted, based on their distance from the...
Read more >Depth-Presorted Triangle Lists
... for rendering by the GPU, at which point an extremely simple and efficient run-time ... The most well-known approach for rendering depth-sorted...
Read more >Real Time Depth Sorting of Transparent Fragments - DiVA Portal
new algorithm with less rendering artifacts could let artists use more ... How much GPU time is needed to sort the transparent fragments...
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
Can confirm this issue has been fixed! Thank you so much!
Thanks, currently on other projects but will test this Friday the latest!