-
Notifications
You must be signed in to change notification settings - Fork 467
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
Equivalent of Kt and Kr in dielectric material? #434
Comments
Thank you! May I trouble you to include an XML snippet for the two spheres? |
I used the GPU (volume pathtracer), then ran it through imgtool's denoiser. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I am trying to achieve the effect of colored glass in v4. Information I have found online (e.g. here) points me to the Kt property of the glass material in v3.
"color Kt" [0.7 1 0.7 ]
v4's dielectric material does not have the Kt ad Kr properties which were available for glass in v3. If I try and start from a v3 file with glass, the --upgrade function converts
"color Kt" [0.7 1 0.7 ]
to"rgb Kt" [0.7 1 0.7 ]
. The result, however, is rejected by v4 with the error ""Kr": unused parameter".What is the right way to achieve colored glass in v4?
The text was updated successfully, but these errors were encountered: