Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 12181


Ignore:
Timestamp:
Dec 11, 2018, 5:22:11 PM (5 years ago)
Author:
merholzl
Message:

all new materials for HS18

Location:
data/data_extern
Files:
46 deleted
3 edited
17 copied

Legend:

Unmodified
Added
Removed
  • data/data_extern

  • data/data_extern/materials/Flares.material

    r11088 r12181  
     1material Examples/Flare
     2{
     3        technique
     4        {
     5                pass
     6                {
     7                        lighting off
     8                        scene_blend add
     9                        depth_write off
     10
     11                        texture_unit
     12                        {
     13                                texture flare.png
     14                        }
     15                }
     16        }
     17
     18        technique
     19        {
     20                scheme glow
     21                pass
     22                {
     23                        lighting off
     24                        scene_blend add
     25                        depth_write off
     26
     27                        texture_unit
     28                        {
     29                                texture flare.png
     30                        }
     31                }
     32        }
     33}
    134material Flares/point_lensflare
    235{
  • data/data_extern/resources.oxr

    r8913 r12181  
    1313    <ResourceLocation path = "images/textures/stellarobjects"/>
    1414    <ResourceLocation path = "materials"        />
     15    <ResourceLocation path = "materials/BumpMapping"        />
    1516    <ResourceLocation path = "models"           />
    1617    <ResourceLocation path = "packs/cubemap.zip" archiveType = "Zip"/>
    1718    <ResourceLocation path = "packs/skybox.zip"  archiveType = "Zip"/>
     19
    1820    <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
    1928
    2029    <ResourceLocation path = "gui/fonts"        />
Note: See TracChangeset for help on using the changeset viewer.