#include <string.h>#include <xmmintrin.h>#include <boost/cstdint.hpp>#include "luxrays/luxrays.h"#include "luxrays/core/acceleretor.h"Go to the source code of this file.
Classes | |
| class | luxrays::QuadRay |
| class | luxrays::QuadTriangle |
| class | luxrays::QBVHNode |
| class | luxrays::QBVHAccel |
Namespaces | |
| namespace | luxrays |
The LuxRays core classes are defined within this namespace. | |
Defines | |
| #define | NB_BINS 8 |
Variables | |
| class luxrays::QuadRay | luxrays::aligned |
| #define NB_BINS 8 |
QBVH accelerator, using the EGSR08 paper as base. need SSE ! the number of bins for construction
Definition at line 187 of file qbvhaccel.h.
Referenced by luxrays::QBVHAccel::BuildTree(), and luxrays::MQBVHAccel::BuildTree().
1.6.3