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

  1.  
  2. textures/ta_berlin/window3brokenalpha
  3. {
  4.     qer_editorimage textures/ta_berlin/window3frame.tga
  5.     qer_keyword broken
  6.     qer_keyword window
  7.     qer_keyword glass
  8.     surfaceparm fence
  9.     surfaceparm patch    
  10.     surfaceparm wood
  11.     surfaceparm castshadow
  12.     surfaceparm alphashadow
  13.     surfaceparm nonsolid
  14.  
  15. //    cull none
  16.     {
  17.         map textures/test/window_env.tga
  18.         tcgen environment
  19.         alphagen const .2
  20.         blendFunc blend
  21.         alphaFunc GT0
  22.     nextbundle
  23.         map textures/ta_berlin/window3broken.tga
  24.     }
  25.     {
  26.         map textures/ta_berlin/window3frame.tga
  27. //        blendFunc blend
  28.         depthWrite
  29.         alphaFunc GE128
  30.     nextbundle
  31.         map $lightmap
  32.     }
  33. }
  34.