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

Transparency rendering support #56

Open
japsuu opened this issue Sep 9, 2024 · 0 comments
Open

Transparency rendering support #56

japsuu opened this issue Sep 9, 2024 · 0 comments
Labels
feature request Request a new feature
Milestone

Comments

@japsuu
Copy link
Owner

japsuu commented Sep 9, 2024

Is your feature request related to a problem? Please describe.
The engine currently relies on flawed TAA to render transparent surfaces, by randomly removing pixels from transparent surfaces. This is not a true transparency solution, and completely falls apart if TAA is disabled.

Describe the solution you'd like
Transparent surfaces should either be rendered in a separate forward pass, or some form of deep G-buffer or order-independent transparency solution is required.

Describe alternatives you've considered
Not supporting transparent surfaces at all. I do not want to rely on TAA for visual effects.

Additional context
https://interplayoflight.wordpress.com/2022/06/25/order-independent-transparency-part-1/
http://www.gamedev.net/topic/647731-stippled-deferred-translucency/
https://www.humus.name/Articles/PracticalClusteredShading.pdf
https://casual-effects.com/research/Mara2016DeepGBuffer/Mara2016DeepGBuffer-extended.pdf
https://learnopengl.com/Guest-Articles/2020/OIT/Introduction

@japsuu japsuu added the feature request Request a new feature label Sep 9, 2024
@japsuu japsuu added this to the 1.0 milestone Sep 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request Request a new feature
Projects
Status: Todo
Development

No branches or pull requests

1 participant