PandA-2024.02
|
Data Fields | |
float4 | pos |
struct Intersection(* | intersect )(struct Node *node, float3 start, float3 dir) |
int | left |
int | right |
float3 | color |
Definition at line 24 of file simple_raytrace.c.
float3 Node::color |
Definition at line 39 of file simple_raytrace.c.
Referenced by intersection(), and raytrace().
struct Intersection(* Node::intersect) (struct Node *node, float3 start, float3 dir) |
Definition at line 30 of file simple_raytrace.c.
Referenced by node_intersect(), and raytrace_color().
int Node::left |
Definition at line 33 of file simple_raytrace.c.
Referenced by node_intersect().
float4 Node::pos |
Definition at line 27 of file simple_raytrace.c.
Referenced by sphere_intersect().
int Node::right |
Definition at line 36 of file simple_raytrace.c.
Referenced by node_intersect().