Home
last modified time | relevance | path

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

/dports/graphics/appleseed/appleseed-2.1.0-beta/src/appleseed/foundation/math/bvh/
H A Dbvh_sbvhpartitioner.h578 size_t left_item_count = item_count; in find_spatial_split() local
593 assert(left_item_count >= bin.m_entry_counter); in find_spatial_split()
594 left_item_count -= bin.m_entry_counter; in find_spatial_split()
598 const ValueType left_cost = half_surface_area(bin.m_left_bbox) * left_item_count; in find_spatial_split()