Skip to content

Order independent rendering#1330

Closed
Calandiel wants to merge 2 commits intordiankov:productionfrom
Calandiel:order-independent-rendering
Closed

Order independent rendering#1330
Calandiel wants to merge 2 commits intordiankov:productionfrom
Calandiel:order-independent-rendering

Conversation

@Calandiel
Copy link
Copy Markdown
Collaborator

Implements order independent rendering in the qtosgrave plugin. This ought to improve visual quality for meshes with low quality geometry and prevent flickering of objects are camera rotates (particularly visible for boxes of similar size placed within each other).
This is done by modifying the way blending is handled. The PR also implements a wrapper for different blending algorithms for easier visual comparison between them.

PS. It's my first time committing to this repo and while I've tested all features I was aware of, I might have missed some less obvious ones. Since order independent rendering cannot reproduce appearance of depth sorted blending (as the new blending operation is commutative, unlike the default one) there will be slight visual changes to objects regardless of the view angle.

@braineo braineo self-requested a review November 10, 2023 06:54
@braineo braineo marked this pull request as draft November 13, 2023 02:41
@braineo
Copy link
Copy Markdown
Collaborator

braineo commented Dec 6, 2023

close in favor of #1340

@braineo braineo closed this Dec 6, 2023
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.

2 participants