-
-
Notifications
You must be signed in to change notification settings - Fork 310
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
Feat: support refraction with BTDF #704
base: main
Are you sure you want to change the base?
Conversation
Codecov Report
@@ Coverage Diff @@
## dev/0.7 #704 +/- ##
==========================================
Coverage ? 44.10%
==========================================
Files ? 414
Lines ? 22009
Branches ? 3024
==========================================
Hits ? 9707
Misses ? 12302
Partials ? 0 Continue to review full report at Codecov.
|
Please check if the PR fulfills these requirements
What kind of change does this PR introduce? (Bug fix, feature, docs update, ...)
Feature.
What is the current behavior? (You can also link to an open issue here)
BRDF
is not supported in light transmission with refraction.What is the new behavior (if this is a feature change)?
support
BTDF
with refraction in light transmission andKHR_materials_volume
plugin.