HDK
|
#include "GU_API.h"
#include <GEO/GEO_BVH.h>
#include <GA/GA_Handle.h>
#include <GA/GA_Types.h>
#include <UT/UT_ArrayMap.h>
#include <UT/UT_UniquePtr.h>
#include <UT/UT_Vector3.h>
#include <VM/VM_SIMD.h>
#include <limits>
Go to the source code of this file.
Classes | |
class | GU::BVH |
struct | GU::BVH::Options |
class | GU::BVH::gu_HeightIsect< farthest, rm_backface, reverse, bidirectional, FUNCTOR > |
Namespaces | |
GU | |
Typedefs | |
template<uint NAXES, typename SUBCLASS > | |
using | GU::BVHBase = GEO::BVHBase< NAXES, SUBCLASS > |
using | GU_BVH = GU::BVH |