#include "bvh/v2/sweep_sah_builder.h"
#include "bvh/v2/binned_sah_builder.h"
#include "bvh/v2/thread_pool.h"
#include "bvh/v2/executor.h"
#include <stack>
#include <tuple>
#include <algorithm>
#include <optional>
#include <numeric>
#include <cassert>
Classes | |
struct | bvh::v2::MiniTreeBuilder< Node, MortonCode >::Bin |
struct | bvh::v2::MiniTreeBuilder< Node, MortonCode >::BuildTask |
struct | bvh::v2::MiniTreeBuilder< Node, MortonCode >::Config |
struct | bvh::v2::MiniTreeBuilder< Node, MortonCode >::LocalBins |
class | bvh::v2::MiniTreeBuilder< Node, MortonCode > |
Multi-threaded top-down builder that partitions primitives using a grid. More... | |
Namespaces | |
namespace | bvh |
namespace | bvh::v2 |