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

  1. // Civilian Car
  2. car
  3. {
  4.     cull none
  5.     qer_editorimage textures/models/VEHICLES/car/car1.tga
  6.     {
  7.         map textures/common/reflection1.tga
  8.         rgbGen lightingSpherical
  9.         tcgen environmentmodel
  10.     }
  11.     {
  12.         map textures/models/VEHICLES/car/car1.tga
  13.         rgbGen lightingSpherical
  14.         blendfunc gl_one_minus_src_alpha gl_src_alpha 
  15.     }
  16. }
  17.  
  18. // Static Civilian Car
  19. static_car
  20. {
  21.     cull none
  22.     qer_editorimage textures/models/VEHICLES/car/car1.tga
  23.     {
  24.         map textures/common/reflection1.tga
  25.         rgbGen vertex
  26.         tcgen environmentmodel
  27.     }
  28.     {
  29.         map textures/models/VEHICLES/car/car1.tga
  30.         rgbGen vertex
  31.         blendfunc gl_one_minus_src_alpha gl_src_alpha 
  32.     }
  33. }
  34.  
  35. // Civilian Car 2
  36. car2
  37. {
  38.     cull none
  39.     qer_editorimage textures/models/VEHICLES/car/car2.tga
  40.     {
  41.         map textures/common/reflection1.tga
  42.         rgbGen lightingSpherical
  43.         tcgen environmentmodel
  44.     }
  45.     {
  46.         map textures/models/VEHICLES/car/car2.tga
  47.         rgbGen lightingSpherical
  48.         blendfunc gl_one_minus_src_alpha gl_src_alpha 
  49.     }
  50. }
  51.  
  52. // Static Civilian Car 2
  53. static_car2
  54. {
  55.     cull none
  56.     qer_editorimage textures/models/VEHICLES/car/car2.tga
  57.     {
  58.         map textures/common/reflection1.tga
  59.         rgbGen vertex
  60.         tcgen environmentmodel
  61.     }
  62.     {
  63.         map textures/models/VEHICLES/car/car2.tga
  64.         rgbGen vertex
  65.         blendfunc gl_one_minus_src_alpha gl_src_alpha 
  66.     }
  67. }
  68.  
  69. // Civilian Car 3
  70. car3
  71. {
  72.     cull none
  73.     qer_editorimage textures/models/VEHICLES/car/car3.tga
  74.     {
  75.         map textures/common/reflection1.tga
  76.         rgbGen lightingSpherical
  77.         tcgen environmentmodel
  78.     }
  79.     {
  80.         map textures/models/VEHICLES/car/car3.tga
  81.         rgbGen lightingSpherical
  82.         blendfunc gl_one_minus_src_alpha gl_src_alpha 
  83.     }
  84. }
  85.  
  86. // Static Civilian Car 3
  87. static_car3
  88. {
  89.     cull none
  90.     qer_editorimage textures/models/VEHICLES/car/car3.tga
  91.     {
  92.         map textures/common/reflection1.tga
  93.         rgbGen vertex
  94.         tcgen environmentmodel
  95.     }
  96.     {
  97.         map textures/models/VEHICLES/car/car3.tga
  98.         rgbGen vertex
  99.         blendfunc gl_one_minus_src_alpha gl_src_alpha 
  100.     }
  101. }
  102.  
  103. // Civilian Car Window
  104. carwindow
  105. {
  106.     qer_editorimage textures/models/vehicles/car/carwindow.tga
  107.     cull none
  108.     {
  109.         map textures/common/reflection1.tga
  110.         rgbGen lightingSpherical
  111.         tcgen environmentmodel
  112.         alphaGen const 0.05
  113.         blendFunc blend
  114.     }
  115.     {
  116.         map textures/models/vehicles/car/carwindow.tga
  117.         rgbGen lightingSpherical
  118.         blendFunc blend
  119.     }
  120. }
  121.  
  122. // Static Civilian Car Window
  123. static_carwindow
  124. {
  125.     qer_editorimage textures/models/vehicles/car/carwindow.tga
  126.     cull none
  127.     {
  128.         map textures/common/reflection1.tga
  129.         rgbGen vertex
  130.         tcgen environmentmodel
  131.         alphaGen const 0.05
  132.         blendFunc blend
  133.     }
  134.     {
  135.         map textures/models/vehicles/car/carwindow.tga
  136.         rgbGen vertex
  137.         blendFunc blend
  138.     }
  139. }
  140.  
  141. // Rusted Civilian Car
  142. carrusted
  143. {
  144.     cull none
  145.     qer_editorimage textures/models/VEHICLES/car/carrusted.tga
  146.     {
  147.         map textures/models/VEHICLES/car/carrusted.tga
  148.         rgbGen lightingSpherical
  149.     }
  150. }
  151.  
  152. // Static Rusted Civilian Car
  153. static_carrusted
  154. {
  155.     cull none
  156.     qer_editorimage textures/models/VEHICLES/car/carrusted.tga
  157.     {
  158.         map textures/models/VEHICLES/car/carrusted.tga
  159.         rgbGen vertex
  160.     }
  161. }
  162.  
  163. // Rusted Civilian Car Window
  164. carwindowR
  165. {
  166.     qer_editorimage textures/models/vehicles/car/carWindowR.tga
  167.     cull none
  168.     {
  169.         map textures/common/reflection1.tga
  170.         rgbGen lightingSpherical
  171.         tcgen environmentmodel
  172.         alphaGen const 0.05
  173.         blendFunc blend
  174.     }
  175.     {
  176.         map textures/models/vehicles/car/carWindowR.tga
  177.         rgbGen lightingSpherical
  178.         blendFunc blend
  179.     }
  180. }
  181.  
  182. // Static Rusted Civilian Car Window
  183. static_carwindowR
  184. {
  185.     qer_editorimage textures/models/vehicles/car/carWindowR.tga
  186.     cull none
  187.     {
  188.         map textures/common/reflection1.tga
  189.         rgbGen vertex
  190.         tcgen environmentmodel
  191.         alphaGen const 0.05
  192.         blendFunc blend
  193.     }
  194.     {
  195.         map textures/models/vehicles/car/carWindowR.tga
  196.         rgbGen vertex
  197.         blendFunc blend
  198.     }
  199. }
  200.  
  201. // Burned Civilian Car
  202. carburnt
  203. {
  204.     cull none
  205.     qer_editorimage textures/models/VEHICLES/car/carBurnt.tga
  206.     {
  207.         map textures/models/VEHICLES/car/carBurnt.tga
  208.         rgbGen lightingSpherical
  209.     }
  210. }
  211.  
  212. // Static Burned Civilian Car
  213. static_carburnt
  214. {
  215.     cull none
  216.     qer_editorimage textures/models/VEHICLES/car/carBurnt.tga
  217.     {
  218.         map textures/models/VEHICLES/car/carBurnt.tga
  219.         rgbGen vertex
  220.     }
  221. }
  222.  
  223. // Burned Civilian Car Window
  224. carwindowB
  225. {
  226.     qer_editorimage textures/models/vehicles/car/carWindowB.tga
  227.     cull none
  228.     {
  229.         map textures/common/reflection1.tga
  230.         rgbGen lightingSpherical
  231.         tcgen environmentmodel
  232.         alphaGen const 0.05
  233.         blendFunc blend
  234.     }
  235.     {
  236.         map textures/models/vehicles/car/carWindowB.tga
  237.         rgbGen lightingSpherical
  238.         blendFunc blend
  239.     }
  240. }
  241.  
  242. // Static Burned Civilian Car Window
  243. static_carwindowB
  244. {
  245.     qer_editorimage textures/models/vehicles/car/carWindowB.tga
  246.     cull none
  247.     {
  248.         map textures/common/reflection1.tga
  249.         rgbGen vertex
  250.         tcgen environmentmodel
  251.         alphaGen const 0.05
  252.         blendFunc blend
  253.     }
  254.     {
  255.         map textures/models/vehicles/car/carWindowB.tga
  256.         rgbGen vertex
  257.         blendFunc blend
  258.     }
  259. }