#include <ChcRenderer.h>
Public Member Functions | |
NodeInfo () | |
NodeInfo (const unsigned int m, BVHNode *n, const float d) | |
Public Attributes | |
unsigned int | planeMask |
bitmask of planes as a result from the vfc test - 1 inside the given plane | |
BVHNode * | node |
point to the bvh node | |
float | distance |
sqr distance from the camera | |
Friends | |
bool | operator< (const NodeInfo &a, const NodeInfo &b) |
Definition at line 37 of file ChcRenderer.h.
VRUT::NodeInfo::NodeInfo | ( | ) | [inline] |
VRUT::NodeInfo::NodeInfo | ( | const unsigned int | m, | |
BVHNode * | n, | |||
const float | d | |||
) | [inline] |
unsigned int VRUT::NodeInfo::planeMask |
bitmask of planes as a result from the vfc test - 1 inside the given plane
Definition at line 39 of file ChcRenderer.h.
float VRUT::NodeInfo::distance |