Changeset 226
- Timestamp:
- 08/10/05 11:41:36 (19 years ago)
- Location:
- trunk/VUT
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/VUT/work/README_ONLINE.txt
r210 r226 6 6 Ogre 1.03 for vs 7.1 7 7 Ogre Dependencies 8 8 svn 9 10 2) 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 13 the current stable version is located in D:\gametools 14 9 15 2) add following environment variables: 10 16 OGRE_PATH: directory where ogre.sln is located 11 17 GAMETOOLS_PATH: directory where the gametools repository is located (e.g., d:\gametools) 12 18 13 3) copy VUT /work/ogre_changes into OGRE_PATH directory19 3) copy VUT\work\ogre_changes into OGRE_PATH directory 14 20 15 21 4) Set configuration of Ogre soluation to release. add preprocessor flag GTP_VISIBILITY_MODIFIED_OGRE to following projects: … … 21 27 example projects 22 28 23 5) Add following resources to OGRE_PATH /Samples/Common/bin/Release/resource.cfg (if your repository is located in D:/gametools):29 5) Add following resources to OGRE_PATH\Samples\Common\bin\Release\resource.cfg: 24 30 25 FileSystem=D: /gametools/trunk/VUT/Ogre/resources/materials/scripts26 FileSystem=D: /gametools/trunk/VUT/Ogre/resources/materials/textures27 FileSystem=D: /gametools/trunk/VUT/Ogre/resources/models28 FileSystem=D: /gametools/trunk/VUT/Ogre/resources/models/trees29 FileSystem=D: /gametools/trunk/VUT/Ogre/resources/overlays30 FileSystem=D: /gametools/trunk/VUT/Ogre/resources/media31 FileSystem=D:\gametools\trunk\VUT\Ogre\resources\materials\scripts 32 FileSystem=D:\gametools\trunk\VUT\Ogre\resources\materials\textures 33 FileSystem=D:\gametools\trunk\VUT\Ogre\resources\models 34 FileSystem=D:\gametools\trunk\VUT\Ogre\resources\models\trees 35 FileSystem=D:\gametools\trunk\VUT\Ogre\resources\overlays 36 FileSystem=D:\gametools\trunk\VUT\Ogre\resources\media 31 37 32 6) Add Plugin_VisibilitySceneManager to OGRE_PATH /Samples/Common/bin/Release/Plugins.cfg38 6) Add Plugin_VisibilitySceneManager to OGRE_PATH\Samples\Common\bin\Release\Plugins.cfg 33 39 and comment out OctreeSceneManager 34 40 35 7) Copy D:\gametools\trunk\VUT\Ogre\resources /terrain.cfg into OGRE_PATH/Samples/Common/bin/Release41 7) Copy D:\gametools\trunk\VUT\Ogre\resources\terrain.cfg into OGRE_PATH\Samples\Common\bin\Release 36 42 37 8) start TestCullingTerrain.exe 43 8) open scripts\GtpVisibility.sln and compile all 44 45 9) start TerrainExampleApplication for testing -
trunk/VUT/work/TestCulling/TestCulling.vcproj
r136 r226 87 87 OutputFile="$(OGRE_PATH)/Samples/Common/bin/Release/TestCulling.exe" 88 88 LinkIncremental="1" 89 AdditionalLibraryDirectories=""$(OGRE_PATH)\Dependencies\Lib\$(ConfigurationName)";"$(OGRE_ADDONS_PATH)\dotsceneoctree\PlugIns\DotSceneManager\bin\$(ConfigurationName)";"$(OGRE_PATH)\OgreMain\Lib\$(ConfigurationName)";"$(OGRE_PATH)\PlugIns\OctreeSceneManager\bin\$(ConfigurationName)";" $(GAMETOOLS_PATH)\trunk\VUT\Ogre\lib\$(ConfigurationName)";"$(OGRE_PATH)\Samples\Common\CEGUIRenderer\lib""89 AdditionalLibraryDirectories=""$(OGRE_PATH)\Dependencies\Lib\$(ConfigurationName)";"$(OGRE_ADDONS_PATH)\dotsceneoctree\PlugIns\DotSceneManager\bin\$(ConfigurationName)";"$(OGRE_PATH)\OgreMain\Lib\$(ConfigurationName)";"$(OGRE_PATH)\PlugIns\OctreeSceneManager\bin\$(ConfigurationName)";"..\..\Ogre\lib\$(ConfigurationName)";"$(OGRE_PATH)\Samples\Common\CEGUIRenderer\lib"" 90 90 GenerateDebugInformation="TRUE" 91 91 SubSystem="2" -
trunk/VUT/work/TestCullingTerrain/TestCullingTerrain.vcproj
r187 r226 38 38 OutputFile="$(OGRE_PATH)/Samples/Common/bin/Debug/TestCullingTerrain.exe" 39 39 LinkIncremental="2" 40 AdditionalLibraryDirectories=""$(OGRE_PATH)\Dependencies\Lib\$(ConfigurationName)";"$(OGRE_ADDONS_PATH)\dotsceneoctree\PlugIns\DotSceneManager\bin\$(ConfigurationName)";" $(GAMETOOLS_PATH)\trunk\VUT\Ogre\lib\$(ConfigurationName)";"$(OGRE_PATH)\OgreMain\Lib\$(ConfigurationName)";"$(OGRE_PATH)\PlugIns\OctreeSceneManager\bin\$(ConfigurationName)";"$(OGRE_PATH)\Samples\Common\CEGUIRenderer\lib""40 AdditionalLibraryDirectories=""$(OGRE_PATH)\Dependencies\Lib\$(ConfigurationName)";"$(OGRE_ADDONS_PATH)\dotsceneoctree\PlugIns\DotSceneManager\bin\$(ConfigurationName)";"..\Ogre\lib\$(ConfigurationName)";"$(OGRE_PATH)\OgreMain\Lib\$(ConfigurationName)";"$(OGRE_PATH)\PlugIns\OctreeSceneManager\bin\$(ConfigurationName)";"$(OGRE_PATH)\Samples\Common\CEGUIRenderer\lib"" 41 41 GenerateDebugInformation="TRUE" 42 42 ProgramDatabaseFile="$(OutDir)/TestCullingTerrain.pdb" … … 88 88 OutputFile="$(OGRE_PATH)/Samples/Common/bin/Release/TestCullingTerrain.exe" 89 89 LinkIncremental="1" 90 AdditionalLibraryDirectories=""$(OGRE_PATH)\Dependencies\Lib\$(ConfigurationName)";"$(OGRE_PATH)\OgreMain\Lib\$(ConfigurationName)";"$(OGRE_PATH)\PlugIns\OctreeSceneManager\bin\$(ConfigurationName)";"$(OGRE_PATH)\Samples\Common\CEGUIRenderer\lib";" $(GAMETOOLS_PATH)\trunk\VUT\Ogre\lib\$(ConfigurationName)""90 AdditionalLibraryDirectories=""$(OGRE_PATH)\Dependencies\Lib\$(ConfigurationName)";"$(OGRE_PATH)\OgreMain\Lib\$(ConfigurationName)";"$(OGRE_PATH)\PlugIns\OctreeSceneManager\bin\$(ConfigurationName)";"$(OGRE_PATH)\Samples\Common\CEGUIRenderer\lib";"..\..\Ogre\lib\$(ConfigurationName)"" 91 91 GenerateDebugInformation="TRUE" 92 92 SubSystem="2" -
trunk/VUT/work/iv/Demo_IV.vcproj
r193 r226 46 46 LinkIncremental="1" 47 47 SuppressStartupBanner="TRUE" 48 AdditionalLibraryDirectories=""$(OGRE_PATH)\OgreMain\Lib\$(ConfigurationName)";"$(OGRE_PATH)\Samples\Common\CEGUIRenderer\lib";"..\IVReader\Lib\$(ConfigurationName)";"$(OGRE_PATH)\Dependencies\Lib\$(ConfigurationName)";"$(OGRE_PATH)\PlugIns\OctreeSceneManager\bin\$(ConfigurationName)";" $(GAMETOOLS_PATH)\trunk\VUT\Ogre\lib\$(ConfigurationName)""48 AdditionalLibraryDirectories=""$(OGRE_PATH)\OgreMain\Lib\$(ConfigurationName)";"$(OGRE_PATH)\Samples\Common\CEGUIRenderer\lib";"..\IVReader\Lib\$(ConfigurationName)";"$(OGRE_PATH)\Dependencies\Lib\$(ConfigurationName)";"$(OGRE_PATH)\PlugIns\OctreeSceneManager\bin\$(ConfigurationName)";"..\..\Ogre\lib\$(ConfigurationName)"" 49 49 ProgramDatabaseFile=".\..\bin\Release/Demo_IV.pdb" 50 50 SubSystem="2"
Note: See TracChangeset
for help on using the changeset viewer.