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

  1. textures/general_structure/concretewall1
  2. {
  3.     qer_editorimage    textures/general_structure/jh_conc1.tga
  4.     {
  5.         map $lightmap
  6.         rgbGen identity
  7.     }
  8.     {
  9.         map textures/general_structure/jh_conc1.tga
  10.         blendfunc GL_DST_COLOR GL_ZERO
  11.     }
  12. }
  13.  
  14. textures/general_structure/concretewall2
  15. {
  16.     qer_editorimage    textures/general_structure/jh_conc2.tga
  17.     {
  18.         map $lightmap
  19.         rgbGen identity
  20.     }
  21.     {
  22.         map textures/general_structure/jh_conc2.tga
  23.         blendfunc GL_DST_COLOR GL_ZERO
  24.     }
  25. }
  26.  
  27. textures/general_structure/adobewalltall_1
  28. {
  29.     qer_editorimage    textures/general_structure/jh_adobwalltall1.tga
  30.     {
  31.         map $lightmap
  32.         rgbGen identity
  33.     }
  34.     {
  35.         map textures/general_structure/jh_adobwalltall1.tga
  36.         blendfunc GL_DST_COLOR GL_ZERO
  37.     }
  38. }
  39.  
  40. textures/general_structure/adobewalltall_1a
  41. {
  42.     qer_editorimage    textures/general_structure/jh_adobwalltall1a.tga
  43.     {
  44.         map $lightmap
  45.         rgbGen identity
  46.     }
  47.     {
  48.         map textures/general_structure/jh_adobwalltall1a.tga
  49.         blendfunc GL_DST_COLOR GL_ZERO
  50.     }
  51. }
  52.  
  53. textures/algiers/lightplaster1
  54. {
  55.     qer_editorimage    textures/algiers/plasterwal2.tga
  56.     {
  57.         map $lightmap
  58.         rgbGen identity
  59.     }
  60.     {
  61.         map textures/algiers/plasterwal2.tga
  62.         blendfunc GL_DST_COLOR GL_ZERO
  63.     }
  64. }
  65.  
  66. textures/algiers/lightplaster2
  67. {
  68.     qer_editorimage    textures/algiers/plasterwal2a.tga
  69.     {
  70.         map $lightmap
  71.         rgbGen identity
  72.     }
  73.     {
  74.         map textures/algiers/plasterwal2a.tga
  75.         blendfunc GL_DST_COLOR GL_ZERO
  76.     }
  77. }
  78.  
  79. textures/mohcommon/detail3
  80. {
  81.     qer_editorimage    textures/mohcommon/detail3.tga
  82.     qer_keyword special
  83.     {
  84.         map textures/mohcommon/detail3.tga
  85.         depthWrite
  86.         rgbGen identity
  87.     }
  88.     {
  89.         map $lightmap
  90.         rgbGen identity
  91.         blendFunc GL_DST_COLOR GL_ZERO
  92.         depthFunc equal
  93.     }
  94. }