#include "lux.h"
#include "primitive.h"
#include <xmmintrin.h>
#include <boost/cstdint.hpp>
Go to the source code of this file.
Classes | |
class | lux::QBVHNode |
class | lux::QBVHAccel |
Namespaces | |
namespace | lux |
Defines | |
#define | NB_BINS 8 |
#define NB_BINS 8 |
QBVH accelerator, using the EGSR08 paper as base. need SSE ! the number of bins for construction
Definition at line 45 of file qbvhaccel.h.