source: GTP/trunk/Lib/Vis/README_ONLINE_MODULE.txt @ 944

Revision 944, 1.5 KB checked in by mattausch, 18 years ago (diff)
RevLine 
[902]1How to install the Visibility Work Package
2
3
4ONLINE VISIBILITY (CHC + VIEW CELLS)
5
[944]61)
[902]7
[944]8Requirements:
[902]9
[944]10WindowsXP
11svn
[902]12
[944]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)
[902]16
[944]173)
[902]18
[944]19add following environment variables:
[902]20
[944]21OGRE_PATH: points to directory where ogre.sln is located (i.e., the
22directory OGRE), e.g. D:\svn\gametools\OGRE\trunk\ogrenew
[902]23
[944]244)
[902]25
[944]26copy the directories
[902]27
[944]28D:\svn\gametools\OGRE\trunk\ogre_dependencies
29D:\svn\gametools\OGRE\trunk\ogre_changes\Ogre1.2
[902]30
[944]31into the ogrenew directory.
[902]32
[944]33Further copy the files
[902]34
[944]35D:\svn\gametools\OGRE\trunk\resources\terrain.cfg
36D:\svn\gametools\OGRE\trunk\resources\terrainCulling.cfg into the
[902]37
[944]38D:\svn\gametools\OGRE\trunk\ogrenew\Samples\Common\bin\Release
[902]39
[944]40directory.
[902]41
[944]42The absolute filenames in terrainCulling.cfg must be
43changed accordingly
[902]44
[944]455) add following directories to
[902]46
[944]47D:\svn\gametools\OGRE\trunk\ogrenew\Samples\Common\bin\Release\resources.cfg
[902]48
[944]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
[902]54
55
[944]565) Set preprocessor flag GTP_VISIBILITY_MODIFIED_OGRE to the example projects you want to use
[902]57
[944]586) open scripts GTP\trunk\Lib\Vis\shared\GtpVisibility.sln and build all
[902]59
60
[944]617) start TerrainExampleApplication for testing
Note: See TracBrowser for help on using the repository browser.