Path Tracer
|
#include <SpatialSort.h>
Public Member Functions | |
Entry (unsigned int pIndex, const aiVector3D &pPosition, ai_real pDistance) | |
bool | operator< (const Entry &e) const |
Public Attributes | |
unsigned int | mIndex |
The vertex referred by this entry. | |
aiVector3D | mPosition |
Position. | |
ai_real | mDistance |
Distance of this vertex to the sorting plane. | |
An entry in a spatially sorted position array. Consists of a vertex index, its position and its pre-calculated distance from the reference plane