26 _planes(copy._planes),
27 _occluders(copy._occluders)
34 INLINE
void CullPlanes::
36 _planes = copy._planes;
37 _occluders = copy._occluders;
52 return _planes.empty() && _occluders.empty();
This represents the set of clip planes and/or occluders that are definitely in effect for the current...
bool is_empty() const
Returns true if there are no planes listed in the CullPlanes object.