source: GTP/trunk/App/Demos/Vis/FriendlyCulling/src/Pvs.cpp @ 3259

Revision 3259, 223 bytes checked in by mattausch, 15 years ago (diff)
Line 
1#include "Pvs.h"
2#include "Timer/PerfTimer.h"
3#include <iostream>
4
5
6namespace CHCDemoEngine
7{
8
9void Pvs::Clear()
10{
11        mEntries.clear();
12}
13
14
15bool Pvs::Empty() const
16{
17        return mEntries.empty();
18}
19
20
21
22}
Note: See TracBrowser for help on using the repository browser.