PandA-2024.02
|
Data Fields | |
float | dist |
float3 | color |
Definition at line 44 of file simple_raytrace.c.
float3 Intersection::color |
Definition at line 47 of file simple_raytrace.c.
Referenced by intersection(), and sphere_intersect().
float Intersection::dist |
Definition at line 46 of file simple_raytrace.c.
Referenced by intersection(), main(), node_intersect(), raytrace_color(), and sphere_intersect().