#include <path_tracer_rgen.h>
Public Attributes | |
| vec3 | origin |
| vec3 | direction |
| float | t_min |
| float | t_max |
Definition at line 75 of file path_tracer_rgen.h.
| vec3 Ray::direction |
Definition at line 76 of file path_tracer_rgen.h.
Referenced by get_shadow_ray(), trace_caustic_ray(), trace_ray(), and trace_shadow_ray().
| vec3 Ray::origin |
Definition at line 76 of file path_tracer_rgen.h.
Referenced by get_shadow_ray(), trace_caustic_ray(), trace_ray(), and trace_shadow_ray().
| float Ray::t_max |
Definition at line 77 of file path_tracer_rgen.h.
Referenced by get_shadow_ray(), trace_caustic_ray(), trace_ray(), and trace_shadow_ray().
| float Ray::t_min |
Definition at line 77 of file path_tracer_rgen.h.
Referenced by get_shadow_ray(), trace_caustic_ray(), trace_ray(), and trace_shadow_ray().