Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: data/branches/Shader_HS18/resources.oxr @ 12097

Last change on this file since 12097 was 12096, checked in by wiesep, 7 years ago

Working version

  • Property svn:eol-style set to native
File size: 1.6 KB
RevLine 
[5701]1<ResourceCollection resourceGroup = "General" >
[7708]2    <ResourceLocation path = "audio"            />
3    <ResourceLocation path = "fonts"            />
4    <ResourceLocation path = "images"           />
5    <ResourceLocation path = "images/decals"    />
6    <ResourceLocation path = "images/effects"   />
7    <ResourceLocation path = "images/gui"       />
[8913]8    <ResourceLocation path = "images/levelpreviews"/>
[7708]9    <ResourceLocation path = "images/overlay"   />
10    <ResourceLocation path = "images/skyboxes"  />
11    <ResourceLocation path = "images/textures"  />
12    <ResourceLocation path = "images/textures/seamless"/>
[8437]13    <ResourceLocation path = "images/textures/stellarobjects"/>
[7708]14    <ResourceLocation path = "materials"        />
[12096]15    <ResourceLocation path = "materials/Example"        />
[7708]16    <ResourceLocation path = "models"           />
17    <ResourceLocation path = "packs/cubemap.zip" archiveType = "Zip"/>
18    <ResourceLocation path = "packs/skybox.zip"  archiveType = "Zip"/>
[12096]19
[7708]20    <ResourceLocation path = "programs"         />
[12085]21    <ResourceLocation path = "programs/GLSL"    />
22    <ResourceLocation path = "programs/Example" />
23    <ResourceLocation path = "programs/Example/GLSL"    />
[12091]24    <ResourceLocation path = "programs/Example/GLSL120" />
[12085]25    <ResourceLocation path = "programs/Example/GLSL150" />
[12091]26    <ResourceLocation path = "programs/Example/GLSL400" />
27    <ResourceLocation path = "programs/Example/GLSLES" />
[5701]28
[12091]29
[7708]30    <ResourceLocation path = "gui/fonts"        />
31    <ResourceLocation path = "gui/imagesets"    />
32    <ResourceLocation path = "gui/looknfeels"   />
[5701]33</ResourceCollection>
Note: See TracBrowser for help on using the repository browser.