Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: data/data_extern/resources.oxr @ 12181

Last change on this file since 12181 was 12181, checked in by merholzl, 5 years ago

all new materials for HS18

  • Property svn:eol-style set to native
File size: 1.5 KB
Line 
1<ResourceCollection resourceGroup = "General" >
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"       />
8    <ResourceLocation path = "images/levelpreviews"/>
9    <ResourceLocation path = "images/overlay"   />
10    <ResourceLocation path = "images/skyboxes"  />
11    <ResourceLocation path = "images/textures"  />
12    <ResourceLocation path = "images/textures/seamless"/>
13    <ResourceLocation path = "images/textures/stellarobjects"/>
14    <ResourceLocation path = "materials"        />
15    <ResourceLocation path = "materials/BumpMapping"        />
16    <ResourceLocation path = "models"           />
17    <ResourceLocation path = "packs/cubemap.zip" archiveType = "Zip"/>
18    <ResourceLocation path = "packs/skybox.zip"  archiveType = "Zip"/>
19
20    <ResourceLocation path = "programs"         />
21    <ResourceLocation path = "programs/GLSL"    />
22    <ResourceLocation path = "programs/Cg"    />
23    <ResourceLocation path = "programs/GLSL120/BumpMapping" />
24    <ResourceLocation path = "programs/GLSL120" />
25    <ResourceLocation path = "programs/GLSL150" />
26    <ResourceLocation path = "programs/GLSL400" />
27
28
29    <ResourceLocation path = "gui/fonts"        />
30    <ResourceLocation path = "gui/imagesets"    />
31    <ResourceLocation path = "gui/looknfeels"   />
32</ResourceCollection>
Note: See TracBrowser for help on using the repository browser.