#include "bvh/v2/bvh.h"
#include "bvh/v2/vec.h"
#include "bvh/v2/bbox.h"
#include "bvh/v2/split_heuristic.h"
#include <stack>
#include "ROOT/span.hxx"
#include <algorithm>
#include <optional>
#include <numeric>
#include <cassert>
Classes | |
struct | bvh::v2::TopDownSahBuilder< Node >::Config |
class | bvh::v2::TopDownSahBuilder< Node > |
Base class for all SAH-based, top-down builders. More... | |
struct | bvh::v2::TopDownSahBuilder< Node >::WorkItem |
Namespaces | |
namespace | bvh |
namespace | bvh::v2 |