source: trunk/VUT/work/README_ONLINE.txt @ 316

Revision 316, 1.6 KB checked in by mattausch, 19 years ago (diff)

queries are realized as templates

RevLine 
[193]1How to install the Visibility Work Package
2
3
41) Requirements:
5   WindowsXP
6   Ogre 1.03 for vs 7.1
7   Ogre Dependencies
[226]8   svn
9
102) check out gametools repository
11   in the following it is assumed that your repository is located in D:\gametools (not required, just replace your path)
12
[227]13   the current stable version is located in D:\gametools\branches\0.3
[226]14
[193]152) add following environment variables:
16   OGRE_PATH: directory where ogre.sln is located
17
[227]183) copy VUT\work\ogre_changes into OGRE_PATH directory (only applies to version 1.03!!!!)
[193]19
204) Set configuration of Ogre soluation to release. add preprocessor flag GTP_VISIBILITY_MODIFIED_OGRE to following projects:
21   Plugin_OctreeSceneManager
22   RenderSystem_GL
23   RenderSystem_Direct9
24   RenderSystem_Direct7
25   OgreMain
[316]26   GuiRenderer
27   
28   Also add the flag to the example projects you want to use
[193]29
[226]305) Add following resources to OGRE_PATH\Samples\Common\bin\Release\resource.cfg:
[193]31
[226]32   FileSystem=D:\gametools\trunk\VUT\Ogre\resources\materials\scripts
33   FileSystem=D:\gametools\trunk\VUT\Ogre\resources\materials\textures
34   FileSystem=D:\gametools\trunk\VUT\Ogre\resources\models
35   FileSystem=D:\gametools\trunk\VUT\Ogre\resources\models\trees
36   FileSystem=D:\gametools\trunk\VUT\Ogre\resources\overlays
37   FileSystem=D:\gametools\trunk\VUT\Ogre\resources\media
[193]38
[226]396) Add Plugin_VisibilitySceneManager to OGRE_PATH\Samples\Common\bin\Release\Plugins.cfg
[193]40   and comment out OctreeSceneManager
41
[226]427) Copy D:\gametools\trunk\VUT\Ogre\resources\terrain.cfg into OGRE_PATH\Samples\Common\bin\Release
[193]43
[226]448) open scripts\GtpVisibility.sln and compile all
45
469) start TerrainExampleApplication for testing
Note: See TracBrowser for help on using the repository browser.