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

  1. textures/mohmenu/dmloading/mp_unterseite.tga
  2. {
  3.     nomipmaps
  4.     nopicmip
  5.     cull none
  6.     force32bit
  7.     surfaceparm nolightmap
  8.  
  9.         {
  10.         clampMap textures/mohmenu/dmloading/mp_unterseite.tga
  11.         //blendfunc gl_one_minus_src_alpha gl_src_alpha
  12.         }
  13. }
  14.  
  15. textures/jon/ex_pool
  16. {
  17.     qer_editorimage textures/misc_outside/ocean1.tga
  18.     qer_trans .4
  19.     surfaceparm nonsolid
  20.     surfaceparm trans
  21.     surfaceparm water
  22.     cull none
  23.     nopicmip
  24.     {
  25.         map textures/misc_outside/ocean1.tga
  26.         blendFunc blend
  27.         depthWrite
  28.         rgbGen identity
  29.         tcMod scroll .05  -.025
  30.     }
  31.     {
  32.         map $lightmap
  33.         rgbGen Identity
  34.         blendFunc GL_DST_COLOR GL_ZERO
  35.         depthFunc equal
  36.     }
  37. }
  38.  
  39.  
  40.