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

Unsupported features #2

Open
swq0553 opened this issue Mar 4, 2022 · 1 comment
Open

Unsupported features #2

swq0553 opened this issue Mar 4, 2022 · 1 comment

Comments

@swq0553
Copy link

swq0553 commented Mar 4, 2022

Are threre plans to support or partially support these unsupported features in the future ?

Unsupported features:
Glossy Fresnel (supported only in sheen) because the calculations are a bit heavy for real-time rendering.
SSS and fog parameters
Normal/Bump Mapping - this is outside of the scope of the current implementation because the normal is usually computed separately before any BRDF calculations
Shadows, AO and other global illumination effects - outside of the scope of the current implementation
Displacement

@chazbg
Copy link
Collaborator

chazbg commented Mar 4, 2022

We are planning to create several variants of the shader where we could make tradeoffs between accuracy/features and performance. The more accurate variants of the shader might support some of those features.

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

No branches or pull requests

2 participants