home *** CD-ROM | disk | FTP | other *** search
/ Chip 2011 November / CHIP_2011_11.iso / Programy / Inne / Gry / OpenArena / baseoa / pak0.pk3 / scripts / trak2.shader < prev    next >
Encoding:
Text File  |  2008-08-05  |  2.1 KB  |  114 lines

  1.  
  2. textures/trak2/trak2_light1a
  3. {
  4.     qer_editorimage textures/trak2/trak2_light1a.tga
  5.     q3map_surfacelight 4000
  6.     {
  7.         map $lightmap
  8.         rgbGen identity
  9.     }
  10.     {
  11.         map textures/trak2/trak2_light1a.tga
  12.         blendFunc GL_DST_COLOR GL_ZERO
  13.         //blendFunc blend
  14.         rgbGen identity
  15.     }
  16.     {
  17.         map textures/trak2/trak2_light1a.blend.tga
  18.         blendfunc GL_ONE GL_ONE
  19.     }
  20. }
  21.  
  22.  
  23. textures/trak2/trak2_light1b
  24. {
  25.     qer_editorimage textures/trak2/trak2_light1b.tga
  26.     q3map_surfacelight 4000
  27.     {
  28.         map $lightmap
  29.         rgbGen identity
  30.     }
  31.     {
  32.         map textures/trak2/trak2_light1b.tga
  33.         blendFunc GL_DST_COLOR GL_ZERO
  34.         //blendFunc blend
  35.         rgbGen identity
  36.     }
  37.     {
  38.         map textures/trak2/trak2_light1b.blend.tga
  39.         blendfunc GL_ONE GL_ONE
  40.     }
  41. }
  42.  
  43.  
  44. textures/trak2/trak2_light2a
  45. {
  46.     qer_editorimage textures/trak2/trak2_light2a.tga
  47.     q3map_surfacelight 4000
  48.     {
  49.         map $lightmap
  50.         rgbGen identity
  51.     }
  52.     {
  53.         map textures/trak2/trak2_light2a.tga
  54.         blendFunc GL_DST_COLOR GL_ZERO
  55.         //blendFunc blend
  56.         rgbGen identity
  57.     }
  58.     {
  59.         map textures/trak2/trak2_light2a.blend.tga
  60.         blendfunc GL_ONE GL_ONE
  61.     }
  62. }
  63.  
  64. textures/trak2/trak2_light3a
  65. {
  66.     qer_editorimage textures/trak2/trak2_light3a.tga
  67.     q3map_surfacelight 4000
  68.     {
  69.         map $lightmap
  70.         rgbGen identity
  71.     }
  72.     {
  73.         map textures/trak2/trak2_light3a.tga
  74.         blendFunc GL_DST_COLOR GL_ZERO
  75.         //blendFunc blend
  76.         rgbGen identity
  77.     }
  78.     {
  79.         map textures/trak2/trak2_light3a.blend.tga
  80.         blendfunc GL_ONE GL_ONE
  81.     }
  82. }
  83.  
  84.  
  85. textures/trak2/trak2_faded1a_nonsolid
  86. {
  87.     qer_editorimage textures/trak2/trak2_faded1a_nonsolid
  88.     surfaceparm nonsolid
  89.     {
  90.         map textures/trak2/trak2_faded1a_nonsolid
  91.     }
  92.     {
  93.         map $lightmap
  94.         blendfunc filter
  95.         tcGen lightmap
  96.     }
  97. }
  98.  
  99. textures/trak2/bigorbit
  100. {
  101.         qer_editorimage textures/station15-beta3/Asteroid
  102.     q3map_skylight 70 4
  103.     q3map_noFast
  104.     q3map_lightmapFilterRadius 0 2
  105.     surfaceparm sky
  106.       surfaceparm noimpact
  107.       surfaceparm nolightmap
  108.       
  109.       q3map_sun  1 .86 .48 40 290 40
  110.      
  111.       //skyparms env/bigorbit/bigorbit - -
  112.     // In the meanwhile, while we wait for 'bigorbit' to be gpled, use the other skybox
  113.     skyParms env/space1 128 -
  114. }