Home
last modified time | relevance | path

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

/dports/games/el/Eternal-Lands-1.9.5.9-1/
H A Dbbox_tree.c194 static __inline__ int check_aabb_inside_portals(const AABBOX bbox, const PLANE* portals, Uint32 cou… in check_aabb_inside_portals() function
1797 if (check_aabb_inside_portals(bbox_tree->intersect[idx].items[j].bbox, portals, count) == 0) in reflection_portal_checks()