Home
last modified time | relevance | path

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

/dports/graphics/appleseed/appleseed-2.1.0-beta/src/appleseed/foundation/meta/tests/
H A Dtest_bvh.cpp60 EXPECT_EQ(RightBBox, node.get_right_bbox()); in TEST_SUITE()
75 EXPECT_EQ(RightBBox, node.get_right_bbox()); in TEST_SUITE()
/dports/graphics/appleseed/appleseed-2.1.0-beta/src/appleseed/renderer/kernel/lighting/
H A Dlighttree.cpp421 const auto& bbox_right = node.get_right_bbox(); in child_node_probabilites()
474 const auto& bbox_right = m_nodes[i].get_right_bbox(); in draw_tree_structure()
504 const auto& bbox_right = m_nodes[i].get_right_bbox(); in draw_tree_structure()
/dports/graphics/appleseed/appleseed-2.1.0-beta/src/appleseed/foundation/math/bvh/
H A Dbvh_node.h63 AABBType get_right_bbox() const;
181 inline AABB Node<AABB>::get_right_bbox() const in get_right_bbox() function
H A Dbvh_statistics.h157 const AABBType right_bbox = node.get_right_bbox(); in collect_stats_recurse()
H A Dbvh_intersector.h185 …foundation::intersect(ray, ray_info, node_ptr->get_right_bbox(), tmin[1]) && tmin[1] < ray_tmax ? … in intersect_no_motion()
351 …hit_right = (foundation::intersect(ray, ray_info, node_ptr->get_right_bbox(), tmin[1]) && tmin[1] … in intersect_motion()