The spica renderer
|
Public Member Functions | |
void | initLeaf (const Bounds3d &b, int pid) |
void | initFork (const Bounds3d &b, BVHNode *l, BVHNode *r, int axis) |
bool | isLeaf () const |
Public Attributes | |
Bounds3d | bounds |
BVHNode * | left |
BVHNode * | right |
int | splitAxis |
int | primIdx |