source: GTP/trunk/Lib/Vis/OnlineCullingCHC/README.txt @ 1246

Revision 1246, 1.4 KB checked in by mattausch, 18 years ago (diff)
Line 
1How to install the Visibility Work Package
2
3
4This readŽme explains the usage of the Ogre visibility example application (for online culling and preprocessed visibiltiy)
5
6
71) Requirements:
8
9WindowsXP
10svn
11
12
132) check out gametools repository
14   
15in the following it is assumed that your repository is located in d:\svn\gametools (not required, just replace your path)
16
17
183) Add following environment variables:
19
20OGRE_PATH: points to directory where ogre.sln is located (i.e., the
21directory OGRE), e.g. D:\svn\gametools\OGRE\trunk\ogrenew
22
23
244) Add the changes to the Ogre source
25
26copy the directories
27
28D:\svn\gametools\OGRE\trunk\ogre_dependencies
29D:\svn\gametools\OGRE\trunk\ogre_changes\Ogre1.2
30
31into the ogrenew directory.
32
33
345) Copy the config files for the demo application (TerrainCulling.exe) into the Ogre release directory:
35
36D:\svn\gametools\OGRE\trunk\ogrenew\Samples\Common\bin\Release
37
38
39They are located in D:\svn\gametools\GTP\trunk\Lib\Vis\OnlineCullingCHC\scripts
40
41terrainCulling.cfg: defines the scene and the visibility environment
42terrain.cfg: defines the terrain structures for the terrain scene
43resources.cfg: adds models and texture definitions to the Ogre resource path
44Plugins.cfg: the Plugin_VisibilitySceneManager has to be registered there
45
46
476) Set preprocessor flag GTP_VISIBILITY_MODIFIED_OGRE to the example projects you want to use
48
49
507) open scripts GTP\trunk\Lib\Vis\GtpVisibility.sln and build all
51
52
538) start TerrainExampleApplication for testing
Note: See TracBrowser for help on using the repository browser.