home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 2003 June / macformat-130.iso / mac / Reviewed⁄Demos / Spearhead Demo / demota / pak1.pk3 / scripts / barrel.shader < prev    next >
Encoding:
Text File  |  2002-10-21  |  2.3 KB  |  160 lines

  1. textures/barrel/black_side
  2. {
  3.     surfaceparm metal
  4.     {
  5.         map textures/barrel/black_side.tga
  6.         depthWrite
  7.         rgbGen identity
  8.     }
  9.     {
  10.         map $lightmap
  11.         rgbGen identity
  12.         blendFunc GL_DST_COLOR GL_ZERO
  13.         depthFunc equal
  14.     }
  15. }
  16.  
  17. textures/barrel/black_top
  18. {
  19.     surfaceparm metal
  20.     {
  21.         map textures/barrel/black_top.tga
  22.         depthWrite
  23.         rgbGen identity
  24.     }
  25.     {
  26.         map $lightmap
  27.         rgbGen identity
  28.         blendFunc GL_DST_COLOR GL_ZERO
  29.         depthFunc equal
  30.     }
  31. }
  32.  
  33. textures/barrel/blackbarrel
  34. {
  35.     surfaceparm metal
  36.     {
  37.         map textures/barrel/blackbarrel.tga
  38.         depthWrite
  39.         rgbGen identity
  40.     }
  41.     {
  42.         map $lightmap
  43.         rgbGen identity
  44.         blendFunc GL_DST_COLOR GL_ZERO
  45.         depthFunc equal
  46.     }
  47. }
  48.  
  49. textures/barrel/blackbarrel_top
  50. {
  51.     surfaceparm metal
  52.     {
  53.         map textures/barrel/blackbarrel_top.tga
  54.         depthWrite
  55.         rgbGen identity
  56.     }
  57.     {
  58.         map $lightmap
  59.         rgbGen identity
  60.         blendFunc GL_DST_COLOR GL_ZERO
  61.         depthFunc equal
  62.     }
  63. }
  64.  
  65. textures/barrel/bluebarrel
  66. {
  67.     surfaceparm metal
  68.     {
  69.         map textures/barrel/bluebarrel.tga
  70.         depthWrite
  71.         rgbGen identity
  72.     }
  73.     {
  74.         map $lightmap
  75.         rgbGen identity
  76.         blendFunc GL_DST_COLOR GL_ZERO
  77.         depthFunc equal
  78.     }
  79. }
  80.  
  81. textures/barrel/bluebarrel_top
  82. {
  83.     surfaceparm metal
  84.     {
  85.         map textures/barrel/bluebarrel_top.tga
  86.         depthWrite
  87.         rgbGen identity
  88.     }
  89.     {
  90.         map $lightmap
  91.         rgbGen identity
  92.         blendFunc GL_DST_COLOR GL_ZERO
  93.         depthFunc equal
  94.     }
  95. }
  96.  
  97. textures/barrel/benzinbarrel
  98. {
  99.     surfaceparm metal
  100.     {
  101.         map textures/barrel/benzinbarrel.tga
  102.         depthWrite
  103.         rgbGen identity
  104.     }
  105.     {
  106.         map $lightmap
  107.         rgbGen identity
  108.         blendFunc GL_DST_COLOR GL_ZERO
  109.         depthFunc equal
  110.     }
  111. }
  112.  
  113. textures/barrel/benzinbarrel_top
  114. {
  115.     surfaceparm metal
  116.     {
  117.         map textures/barrel/benzinbarrel_top.tga
  118.         depthWrite
  119.         rgbGen identity
  120.     }
  121.     {
  122.         map $lightmap
  123.         rgbGen identity
  124.         blendFunc GL_DST_COLOR GL_ZERO
  125.         depthFunc equal
  126.     }
  127. }
  128.  
  129. textures/barrel/benzinbarrel_burnt
  130. {
  131.     surfaceparm metal
  132.     {
  133.         map textures/barrel/benzinbarrel_burnt.tga
  134.         depthWrite
  135.         rgbGen identity
  136.     }
  137.     {
  138.         map $lightmap
  139.         rgbGen identity
  140.         blendFunc GL_DST_COLOR GL_ZERO
  141.         depthFunc equal
  142.     }
  143. }
  144.  
  145. black_top_health
  146. {
  147.     {
  148.         map textures/barrel/black_top.tga
  149.         rgbgen lightingspherical
  150.     }
  151. }
  152.  
  153. black_side_health
  154. {
  155.     {
  156.         map textures/barrel/black_side_health.tga
  157.         rgbgen lightingspherical
  158.     }
  159. }
  160.