Open CASCADE Technology  6.9.1
Data Structures | Typedefs
BVH_LinearBuilder.hxx File Reference
#include <BVH_Builder.hxx>
#include <BVH_LinearBuilder.lxx>

Data Structures

class  BVH_LinearBuilder< T, N >
 Performs fast BVH construction using LBVH building approach. Algorithm uses spatial Morton codes to reduce the BVH construction problem to a sorting problem (radix sort – O(N) complexity). This Linear Bounding Volume Hierarchy (LBVH) builder produces BVH trees of lower quality compared to SAH-based BVH builders but it is over an order of magnitude faster (up to 3M triangles per second). More...
 

Typedefs

typedef std::pair< Standard_Integer, Standard_IntegerBVH_EncodedLink
 

Typedef Documentation