This lens shader casts a given number of eye rays into the scene with identical properties. This is useful only for path raytracing materials: for a subsequent incoming ray with the same direction as the previous one, they may trace secondary rays in a different direction depending on reflection and refraction probabilities, following a new illumination path (see the path_material shader).
Except where otherwise noted, this work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License