|
NTrace
GPU ray tracing framework
|
Go to the source code of this file.
Macros | |
| #define | NO_NODE FW_S32_MIN |
| #define | ROOT_ADDR 0 |
| #define | COLOR_NODE 0x14FFFFFF |
| #define | COLOR_SIBLING 0x14000000 |
| #define | COLOR_LEFT 0x330000FF |
| #define | COLOR_RIGHT 0x3300FF00 |
| #define | COLOR_RAY 0xFFFFFFFF |
| #define | COLOR_TRI_INVIS 0xFF000000 |
| #define | COLOR_TRI_VIS 0xFFFFFFFF |
| #define | COLOR_LEFT_SAH 0x330000FF |
| #define | COLOR_RIGHT_SAH 0x3300FF00 |
| #define | COLOR_LEFT_SVBH 0x33FF00FF |
| #define | COLOR_RIGHT_SVBH 0x33FFFF00 |
| #define | COLOR_LEFT_OSAH 0x3300FFFF |
| #define | COLOR_RIGHT_OSAH 0x33FF0000 |
| #define COLOR_LEFT 0x330000FF |
Definition at line 43 of file VisualizationKDTree.cpp.
| #define COLOR_LEFT_OSAH 0x3300FFFF |
Definition at line 53 of file VisualizationKDTree.cpp.
| #define COLOR_LEFT_SAH 0x330000FF |
Definition at line 49 of file VisualizationKDTree.cpp.
| #define COLOR_LEFT_SVBH 0x33FF00FF |
Definition at line 51 of file VisualizationKDTree.cpp.
| #define COLOR_NODE 0x14FFFFFF |
Definition at line 41 of file VisualizationKDTree.cpp.
| #define COLOR_RAY 0xFFFFFFFF |
Definition at line 45 of file VisualizationKDTree.cpp.
| #define COLOR_RIGHT 0x3300FF00 |
Definition at line 44 of file VisualizationKDTree.cpp.
| #define COLOR_RIGHT_OSAH 0x33FF0000 |
Definition at line 54 of file VisualizationKDTree.cpp.
| #define COLOR_RIGHT_SAH 0x3300FF00 |
Definition at line 50 of file VisualizationKDTree.cpp.
| #define COLOR_RIGHT_SVBH 0x33FFFF00 |
Definition at line 52 of file VisualizationKDTree.cpp.
| #define COLOR_SIBLING 0x14000000 |
Definition at line 42 of file VisualizationKDTree.cpp.
| #define COLOR_TRI_INVIS 0xFF000000 |
Definition at line 46 of file VisualizationKDTree.cpp.
| #define COLOR_TRI_VIS 0xFFFFFFFF |
Definition at line 47 of file VisualizationKDTree.cpp.
| #define NO_NODE FW_S32_MIN |
Definition at line 38 of file VisualizationKDTree.cpp.
| #define ROOT_ADDR 0 |
Definition at line 39 of file VisualizationKDTree.cpp.