I've picked three variables to change and see when the hatch marks show up:
- Are the refracted rays rendered?
- Is the diffuse component rendered?
- Are the reflected rays rendered?
Image | Refract | Diffuse | Reflection | Hatching |
no | no | no | no | |
yes | no | no | yes | |
no | yes | no | no | |
yes | yes | no | yes | |
no | no | yes | no | |
yes | no | yes | yes | |
no | yes | yes | no | |
yes | yes | yes | yes |
Only when refraction is enabled do we see the hatch marks. This narrows it down to the following:
- Specular highlights
- Direction of refracted ray
- Fresnel term
- Tone mapping
- And probably about 10 other things
Things that did not remove the hatch marks:
Removing tone mapping
Removing specular highlights
Removing the specular highlight does not remove the hatch marks. I'm not going to bother posting a pic. It looks like the sphere with everything enabled, just no specular highlight.
No comments:
Post a Comment