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

  1. textures/blasted/rebar_ww2_nofence
  2. {
  3.     qer_keyword pipe
  4.     qer_keyword metal
  5.     qer_keyword masked
  6.     surfaceparm metal
  7.  
  8.       qer_editorimage textures/blasted/rebar_ww2.tga
  9.     cull none
  10.     nopicmip
  11.  
  12.     {
  13.         map textures/blasted/rebar_ww2.tga
  14.         alphaFunc GE128
  15.         depthWrite
  16.     nextbundle
  17.         map $lightmap
  18.     }
  19.  
  20. }
  21.  
  22. textures/general_industrial/ibeam_vert_nocullnone
  23. {
  24.     qer_keyword trim
  25.     qer_keyword rusted
  26.     qer_keyword metal
  27.     surfaceParm metal
  28.     qer_editorimage textures/general_industrial/ibeam_vert.tga
  29.     {
  30.         map textures/general_industrial/ibeam_vert.tga
  31.         rgbGen identity
  32.         depthWrite
  33.     }
  34.     {
  35.         map $lightmap
  36.         blendFunc GL_DST_COLOR GL_ZERO
  37.         rgbGen identity
  38.         depthFunc equal
  39.     }
  40. }