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

Revision 1246, 1.4 KB checked in by mattausch, 18 years ago (diff)
RevLine 
[902]1How to install the Visibility Work Package
2
3
[1246]4This readŽme explains the usage of the Ogre visibility example application (for online culling and preprocessed visibiltiy)
[902]5
6
[1246]71) Requirements:
[902]8
[944]9WindowsXP
10svn
[902]11
[1246]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
17
[1246]183) Add following environment variables:
[902]19
[944]20OGRE_PATH: points to directory where ogre.sln is located (i.e., the
21directory OGRE), e.g. D:\svn\gametools\OGRE\trunk\ogrenew
[902]22
23
[1246]244) Add the changes to the Ogre source
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
33
[1246]345) Copy the config files for the demo application (TerrainCulling.exe) into the Ogre release directory:
[902]35
[944]36D:\svn\gametools\OGRE\trunk\ogrenew\Samples\Common\bin\Release
[902]37
38
[1246]39They are located in D:\svn\gametools\GTP\trunk\Lib\Vis\OnlineCullingCHC\scripts
[902]40
[1246]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
[902]45
46
[1246]476) Set preprocessor flag GTP_VISIBILITY_MODIFIED_OGRE to the example projects you want to use
[902]48
49
[1246]507) open scripts GTP\trunk\Lib\Vis\GtpVisibility.sln and build all
[902]51
52
[1246]538) start TerrainExampleApplication for testing
Note: See TracBrowser for help on using the repository browser.