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

  1. gmctruck
  2. {
  3.     qer_editorimage textures/models/vehicles/gmc/gmctruck.tga
  4.     cull none
  5.     {
  6.         map textures/models/vehicles/gmc/gmctruck.tga
  7.         rgbGen lightingSpherical
  8.         alphaFunc ge128
  9.         depthWrite
  10.     }
  11. }
  12.  
  13. static_gmctruck
  14. {
  15.     qer_editorimage textures/models/vehicles/gmc/gmctruck.tga
  16.     cull none
  17.     {
  18.         map textures/models/vehicles/gmc/gmctruck.tga
  19.         rgbGen vertex
  20.         alphaFunc ge128
  21.         depthWrite
  22.     }
  23. }
  24.  
  25. gmcwindow
  26. {
  27.     qer_editorimage textures/models/vehicles/gmc/gmcwindow.tga
  28.     cull none
  29.     {
  30.         map textures/models/vehicles/gmc/gmcwindow.tga
  31.         rgbGen lightingSpherical
  32.         alphaFunc ge128
  33.         depthWrite
  34.     }
  35. }
  36.  
  37. static_gmcwindow
  38. {
  39.     qer_editorimage textures/models/vehicles/gmc/gmcwindow.tga
  40.     cull none
  41.     {
  42.         map textures/models/vehicles/gmc/gmcwindow.tga
  43.         rgbGen vertex
  44.         alphaFunc ge128
  45.         depthWrite
  46.     }
  47. }
  48.  
  49. GMC_tred
  50. {
  51.     qer_editorimage textures/models/vehicles/gmc/GMC_tred.tga
  52.     cull none
  53.     {
  54.         map textures/models/vehicles/gmc/GMC_tred.tga
  55.         rgbGen lightingSpherical
  56.         alphaFunc ge128
  57.         depthWrite
  58.     }
  59. }
  60.  
  61. static_GMC_tred
  62. {
  63.     qer_editorimage textures/models/vehicles/gmc/GMC_tred.tga
  64.     cull none
  65.     {
  66.         map textures/models/vehicles/gmc/GMC_tred.tga
  67.         rgbGen vertex
  68.         alphaFunc ge128
  69.         depthWrite
  70.     }
  71. }
  72.  
  73. GMC_hub
  74. {
  75.     qer_editorimage textures/models/vehicles/gmc/GMC_hub.tga
  76.     cull none
  77.     {
  78.         map textures/models/vehicles/gmc/GMC_hub.tga
  79.         rgbGen lightingSpherical
  80.         alphaFunc ge128
  81.         depthWrite
  82.     }
  83. }
  84.  
  85. static_GMC_hub
  86. {
  87.     qer_editorimage textures/models/vehicles/gmc/GMC_hub.tga
  88.     cull none
  89.     {
  90.         map textures/models/vehicles/gmc/GMC_hub.tga
  91.         rgbGen vertex
  92.         alphaFunc ge128
  93.         depthWrite
  94.     }
  95. }
  96. gmcinside
  97. {
  98.     qer_editorimage textures/models/vehicles/gmc/gmcinside.tga
  99.     {
  100.         map textures/models/vehicles/gmc/gmcinside.tga
  101.         rgbGen lightingSpherical
  102.     }
  103. }
  104. gmcbed
  105. {
  106.     qer_editorimage textures/models/vehicles/gmc/gmcbed.tga
  107.     {
  108.         map textures/models/vehicles/gmc/gmcbed.tga
  109.         rgbGen lightingSpherical
  110.     }
  111. }
  112.