32 _planes(copy._planes),
33 _occluders(copy._occluders)
42 INLINE
void CullPlanes::
44 _planes = copy._planes;
45 _occluders = copy._occluders;
65 return _planes.empty() && _occluders.empty();
bool is_empty() const
Returns true if there are no planes listed in the CullPlanes object.
This represents the set of clip planes and/or occluders that are definitely in effect for the current...