question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

GPURenderer depth sorting is broken

See original GitHub issue

Reported 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:closed
  • Created 4 years ago
  • Reactions:2
  • Comments:5

github_iconTop GitHub Comments

1reaction
davidpoxcommented, Apr 3, 2020

Can confirm this issue has been fixed! Thank you so much! 3aK9PDxF

1reaction
davidpoxcommented, Apr 1, 2020

Thanks, currently on other projects but will test this Friday the latest!

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found