Home
last modified time | relevance | path

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

/dports/graphics/blender/blender-2.91.0/source/blender/blenkernel/intern/
H A Dpbvh.c2343 float rootmin_start, rootmin_end; in BKE_pbvh_raycast_project_ray_root() local
2377 if (!isect_ray_aabb_v3(&ray, bb_min_root, bb_max_root, &rootmin_end)) { in BKE_pbvh_raycast_project_ray_root()
2382 madd_v3_v3v3fl(ray_end, ray_end, ray_normal_inv, rootmin_end); in BKE_pbvh_raycast_project_ray_root()