Home
last modified time | relevance | path

Searched refs:add_clipped_shadow_intersection (Results 1 – 3 of 3) sorted by path

/dports/graphics/tachyon/tachyon/src/
H A Dintersect.c130 void add_clipped_shadow_intersection(flt t, const object * obj, ray * ry) { in add_clipped_shadow_intersection() function
H A Dintersect.h17 void add_clipped_shadow_intersection(flt, const object *, ray *);
H A Dshade.c256 shadowray.add_intersection = add_clipped_shadow_intersection; in full_shader()
393 ambray.add_intersection = add_clipped_shadow_intersection; in shade_ambient_occlusion()