Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Nov 28, 2007, 3:10:28 PM (16 years ago)
Author:
nicolasc
Message:

initial merge of steering

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/merger/bin/resources.cfg

    r300 r319  
     1// # Resource locations to be added to the 'boostrap' path
     2// # This also contains the minimum you need to use the Ogre example framework
     3// [Bootstrap]
     4// Zip=../Media/packs/OgreCore.zip
     5//
     6// # Resource locations to be added to the default path
     7// [General]
     8// FileSystem=../Media
     9// FileSystem=../Media/fonts
     10// #FileSystem=../Media/materials/programs
     11// FileSystem=../Media/materials/scripts
     12// FileSystem=../Media/materials/textures
     13// FileSystem=../Media/models
     14// FileSystem=../Media/overlay
     15// #FileSystem=../Media/particle
     16// FileSystem=../Media/gui
     17// Zip=../Media/packs/cubemap.zip
     18// #Zip=../Media/packs/cubemapsJS.zip
     19// #Zip=../Media/packs/dragon.zip
     20// #Zip=../Media/packs/fresneldemo.zip
     21// #Zip=../Media/packs/ogretestmap.zip
     22// Zip=../Media/packs/skybox.zip
     23
    124# Resource locations to be added to the 'boostrap' path
    225# This also contains the minimum you need to use the Ogre example framework
     
    831FileSystem=../Media
    932FileSystem=../Media/fonts
    10 #FileSystem=../Media/materials/programs
     33FileSystem=../Media/materials/programs
    1134FileSystem=../Media/materials/scripts
    1235FileSystem=../Media/materials/textures
    1336FileSystem=../Media/models
    14 FileSystem=../Media/overlay
    15 #FileSystem=../Media/particle
     37FileSystem=../Media/overlays
     38FileSystem=../Media/particle
    1639FileSystem=../Media/gui
     40FileSystem=../Media/DeferredShading../Media
    1741Zip=../Media/packs/cubemap.zip
    18 #Zip=../Media/packs/cubemapsJS.zip
    19 #Zip=../Media/packs/dragon.zip
    20 #Zip=../Media/packs/fresneldemo.zip
    21 #Zip=../Media/packs/ogretestmap.zip
     42Zip=../Media/packs/cubemapsJS.zip
     43Zip=../Media/packs/dragon.zip
     44Zip=../Media/packs/fresneldemo.zip
     45Zip=../Media/packs/ogretestmap.zip
    2246Zip=../Media/packs/skybox.zip
     47
Note: See TracChangeset for help on using the changeset viewer.