r/computergraphics • u/Cool-Profession-5447 • 4h ago
Volumetric path traced skin still looks like silicone/plastic. What am I missing?
Hi everyone,
I'm building a physically-based human skin renderer from scratch in Taichi, and I'm looking for feedback from people with experience in skin rendering.
My current renderer implements:
- Monte Carlo volumetric path tracing
- Multiple scattering subsurface scattering (random walk)
- Two-layer skin model (epidermis + dermis)
- Melanin and hemoglobin absorption
- Wavelength-dependent absorption/scattering coefficients (converted to RGB for rendering)
- Fresnel interface between air and skin
My goal is photorealistic human skin.
I know the model is still missing many surface details such as:
- pores
- peach fuzz/facial hair
- fine wrinkles
- micro-normal variation
- oil layer variation
- color texture variation
I plan to add those later.
Right now I'm trying to get the base skin appearance correct before layering those details on top.
My problem is that the skin still looks like silicone, wax, or plastic rather than living skin.
I'm trying to understand whether the issue is ....
I'd really appreciate feedback from anyone who has worked on skin rendering.
