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

  1. // Fockwulf airplane
  2. fockwulf
  3. {
  4.     qer_editorimage textures/models/vehicles/fockwulf/fockwulf.tga
  5.     {
  6.         map textures/models/vehicles/fockwulf/fockwulf.tga
  7.         rgbGen lightingSpherical
  8.     }
  9. }
  10.  
  11. ///destroyed fockwulf
  12.  
  13. fockwulf_d
  14. {
  15.     qer_editorimage textures/models/vehicles/fockwulf/fockwulf_d.tga
  16.     {
  17.         map textures/models/vehicles/fockwulf/fockwulf_d.tga
  18.         rgbGen lightingSpherical
  19.     }
  20. }
  21.  
  22. fockwindow_d
  23. {
  24.     qer_editorimage textures/models/vehicles/fockwulf/fockwindow_d.tga
  25.     cull none
  26.     {
  27.         map textures/common/reflection1.tga
  28.         rgbGen lightingSpherical
  29.         tcgen environmentmodel
  30.         //alphaGen const 0.1
  31.         //blendFunc add
  32.         Blendfunc blend
  33.     }
  34.     {
  35.         map textures/models/vehicles/fockwulf/fockwindow_d.tga
  36.         rgbGen lightingSpherical
  37.         blendFunc blend
  38.     }
  39. }
  40. // Fockwulf airplane in flight
  41. fockwulffly
  42. {
  43.     qer_editorimage textures/models/vehicles/fockwulf/fockwulffly.tga
  44.     {
  45.         map textures/models/vehicles/fockwulf/fockwulffly.tga
  46.         rgbGen lightingSpherical
  47.     }
  48. }
  49.  
  50. // Fockwulf airplane in flight window
  51. fockwindowfly
  52. {
  53.     qer_editorimage textures/models/vehicles/fockwulf/fockwindow_flat.tga
  54.     {
  55.         map textures/models/vehicles/fockwulf/fockwindow_flat.tga
  56.         rgbGen lightingSpherical
  57.     }
  58. }
  59.  
  60. // Fockwulf window
  61. fockwindow
  62. {
  63.     qer_editorimage textures/models/vehicles/fockwulf/fockwindow.tga
  64.     cull none
  65.     {
  66.         map textures/common/reflection1.tga
  67.         rgbGen lightingSpherical
  68.         tcgen environmentmodel
  69.         //alphaGen const 0.1
  70.         //blendFunc add
  71.         Blendfunc blend
  72.     }
  73.     {
  74.         map textures/models/vehicles/fockwulf/fockwindow.tga
  75.         rgbGen lightingSpherical
  76.         blendFunc blend
  77.     }
  78. }
  79. //propellar
  80. prop
  81. {
  82.     qer_editorimage textures/models/vehicles/fockwulf/prop.tga
  83.     cull none
  84. //    {
  85. //        //map textures/common/reflection1.tga
  86. //        rgbGen lightingSpherical
  87. //        tcgen environmentmodel
  88. //        //alphaGen const 0.3
  89. //        blendFunc blend
  90. //    }
  91.     {
  92.         clampmap textures/models/vehicles/fockwulf/prop.tga
  93. //        rgbGen lightingSpherical
  94.         tcmod rotate 5000
  95.         blendFunc blend
  96.     }
  97. }
  98. // Fockwulf airplane
  99. static_fockwulf
  100. {
  101.     qer_editorimage textures/models/vehicles/fockwulf/fockwulf.tga
  102.     {
  103.         map textures/models/vehicles/fockwulf/fockwulf.tga
  104.         rgbGen vertex
  105.     }
  106. }
  107.  
  108. // Fockwulf window
  109. static_fockwindow
  110. {
  111.     qer_editorimage textures/models/vehicles/fockwulf/fockwindow.tga
  112.     {
  113.         map textures/common/reflection1.tga
  114.         rgbGen vertex
  115.         tcgen environmentmodel
  116.         //alphaGen const 0.1
  117.         //blendFunc add
  118.         Blendfunc blend
  119.     }
  120.     {
  121.         map textures/models/vehicles/fockwulf/fockwindow.tga
  122.         rgbGen vertex
  123.         blendFunc blend
  124.     }
  125. }
  126. //propellar
  127. static_prop
  128. {
  129.     qer_editorimage textures/models/vehicles/fockwulf/prop.tga
  130.     cull none
  131. //    {
  132. //        //map textures/common/reflection1.tga
  133. //        rgbGen lightingSpherical
  134. //        tcgen environmentmodel
  135. //        //alphaGen const 0.3
  136. //        blendFunc blend
  137. //    }
  138.     {
  139.         clampmap textures/models/vehicles/fockwulf/prop.tga
  140. //        rgbGen lightingSpherical
  141.         tcmod rotate 30
  142.         blendFunc blend
  143.     }
  144. }
  145.  
  146.