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

  1. // piper cub
  2. static_piperplane
  3. {
  4.     qer_editorimage textures/models/vehicles/piper_cub/pipercub.tga
  5.     {
  6.         map textures/models/vehicles/piper_cub/pipercub.tga
  7.         rgbGen static
  8.     }
  9. }
  10.  
  11. // piperplane window
  12. static_piperplane_w
  13. {
  14.     qer_editorimage textures/models/vehicles/piper_cub/pipercub_window.tga
  15.     cull none
  16.     {
  17.         map textures/models/vehicles/piper_cub/pipercub_window.tga
  18.         rgbGen static
  19.         blendFunc blend
  20.         depthWrite
  21.     }
  22. }