Quake II RTX doxygen  1.0 dev
Ray Struct Reference

#include <path_tracer_rgen.h>

Public Attributes

vec3 origin
 
vec3 direction
 
float t_min
 
float t_max
 

Detailed Description

Definition at line 75 of file path_tracer_rgen.h.

Member Data Documentation

◆ direction

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().

◆ origin

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().

◆ t_max

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().

◆ t_min

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().