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

Revision 1226, 1.6 KB checked in by mattausch, 18 years ago (diff)
Line 
1How to install the Visibility Work Package
2
3
4ONLINE VISIBILITY (CHC + VIEW CELLS)
5
61)
7
8Requirements:
9
10WindowsXP
11svn
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
173)
18
19add following environment variables:
20
21OGRE_PATH: points to directory where ogre.sln is located (i.e., the
22directory OGRE), e.g. D:\svn\gametools\OGRE\trunk\ogrenew
23
244)
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
33Further copy the files
34
35D:\svn\gametools\OGRE\trunk\resources\terrain.cfg
36D:\svn\gametools\OGRE\trunk\resources\terrainCulling.cfg into the
37
38D:\svn\gametools\OGRE\trunk\ogrenew\Samples\Common\bin\Release
39
40directory.
41
42The absolute filenames in terrainCulling.cfg must be
43changed accordingly
44
455) add following directories to
46
47D:\svn\gametools\OGRE\trunk\ogrenew\Samples\Common\bin\Release\resources.cfg
48
49FileSystem=d:/svn/gametools/OGRE/trunk/resources/materials/textures
50FileSystem=d:/svn/gametools/OGRE/trunk/resources/materials/scripts
51FileSystem=d:/svn/gametools/OGRE/trunk/resources/overlays
52FileSystem=d:/svn/gametools/OGRE/trunk/resources/models
53FileSystem=d:/svn/gametools/OGRE/trunk/resources/models/trees
54
556) add VisisibilitySceneManager as PlugIn in Plugins.cfg in
56
57D:\svn\gametools\OGRE\trunk\ogrenew\Samples\Common\bin\Release
58
597) Set preprocessor flag GTP_VISIBILITY_MODIFIED_OGRE to the example projects you want to use
60
618) open scripts GTP\trunk\Lib\Vis\shared\GtpVisibility.sln and build all
62
639) start TerrainExampleApplication for testing
Note: See TracBrowser for help on using the repository browser.