PandA-2024.02
Data Fields
Node Struct Reference
Collaboration diagram for Node:
Collaboration graph
[legend]

Data Fields

float4 pos
 
struct Intersection(* intersect )(struct Node *node, float3 start, float3 dir)
 
int left
 
int right
 
float3 color
 

Detailed Description

Definition at line 24 of file simple_raytrace.c.

Field Documentation

◆ color

float3 Node::color

Definition at line 39 of file simple_raytrace.c.

Referenced by intersection(), and raytrace().

◆ intersect

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

◆ left

int Node::left

Definition at line 33 of file simple_raytrace.c.

Referenced by node_intersect().

◆ pos

float4 Node::pos

Definition at line 27 of file simple_raytrace.c.

Referenced by sphere_intersect().

◆ right

int Node::right

Definition at line 36 of file simple_raytrace.c.

Referenced by node_intersect().


The documentation for this struct was generated from the following file:

Generated on Mon Feb 12 2024 13:03:59 for PandA-2024.02 by doxygen 1.8.13