Home
last modified time | relevance | path

Searched refs:compute_leaf_bbox (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.h113 AABBType compute_leaf_bbox(const LeafType& leaf) const;
261 typename AABBVector::value_type SBVHPartitioner<ItemHandler, AABBVector>::compute_leaf_bbox(const L… in compute_leaf_bbox() function
/dports/graphics/appleseed/appleseed-2.1.0-beta/src/appleseed/renderer/kernel/intersection/
H A Dtriangletree.cpp662 const AABB3d root_leaf_bbox = partitioner.compute_leaf_bbox(*root_leaf); in build_sbvh()