source: GTP/trunk/App/Demos/Vis/FriendlyCulling/src/Environment.cpp @ 2826

Revision 2826, 385 bytes checked in by mattausch, 16 years ago (diff)

changed font

Line 
1#include "Environment.h"
2
3
4using namespace std;
5
6
7namespace CHCDemoEngine
8{
9
10bool Environment::Read(const string &filename)
11{
12        return true;
13}
14
15
16void Environment::Init()
17{
18        /*mAssumedVisibleFrames;
19        mMaxBatchSize;
20
21        mTrianglesPerVirtualLeaf;
22
23        mKeyForwardMotion;
24        mKeyRotation;
25
26        mWinWidth;
27        mWinHeight;
28
29        mPosition;
30*/
31        mUseFullScreen = false;
32}
33
34
35}
Note: See TracBrowser for help on using the repository browser.