thickness property

double thickness
getter/setter pair

The assumed world-space thickness of surfaces, used to accept a ray crossing as a hit. Too small misses thin or grazing geometry; too large lets a ray passing behind an object falsely reflect it.

Implementation

double thickness = 0.46;