-
I was wondering why does a transparent material appear black when rendering using a ptracer integrator. but with path you can see through it, but still not as clear as I hoped. |
Beta Was this translation helpful? Give feedback.
Answered by
h-OUS-e
Feb 20, 2023
Replies: 1 comment 3 replies
-
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
njroussel
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
PS: I was using a dielectric material. My initial guess is that with the PTracer, it would be hard to find rays that are emitted from the light source, and hit the camera exactly?
To test this, I made the red ball as the only light source.
PTracer with Dielectric Glass Slab
PTracer with RoughDielectric Glass Slab
Path with Dielectric Glass Slab
Path with RoughDielectric Glass Slab
Still curious if we can use the PTracer with regular Dielectric and see through the glass. My initial guess was that we could given the caustic optimization tutorial works.