Home
last modified time | relevance | path

Searched refs:create_root_leaf (Results 1 – 2 of 2) sorted by relevance

/dports/graphics/appleseed/appleseed-2.1.0-beta/src/appleseed/foundation/math/bvh/
H A Dbvh_sbvhpartitioner.h110 LeafType* create_root_leaf() const;
237 …mHandler, AABBVector>::LeafType* SBVHPartitioner<ItemHandler, AABBVector>::create_root_leaf() const in create_root_leaf() function
/dports/graphics/appleseed/appleseed-2.1.0-beta/src/appleseed/renderer/kernel/intersection/
H A Dtriangletree.cpp661 Partitioner::LeafType* root_leaf = partitioner.create_root_leaf(); in build_sbvh()