Guest

Untitled

By: a guest on Nov 12th, 2010  |  syntax: None  |  size: 0.42 KB  |  hits: 157  |  expires: Never
download  |  raw  |  embed  |  report abuse
Copied
  1. iceBall
  2. {
  3.         nopicmip
  4.         cull none
  5.         entityMergable
  6.         {
  7.                 map     gfx/misc/iceball.tga
  8.                 blendFunc GL_ONE GL_ONE
  9.                 rgbGen vertex
  10.         }
  11. }
  12.  
  13. flareShader
  14. {
  15.         nopicmip
  16.         cull none
  17.         entityMergable
  18.         {
  19.                 map gfx/misc/flare.tga
  20.                 blendFunc GL_ONE GL_ONE
  21.                 rgbGen vertex
  22.         }
  23. }
  24.  
  25. sunFlare
  26. {
  27.         nopicmip
  28.         cull none
  29.         entityMergable
  30.         {
  31.                 map gfx/misc/sun.tga
  32.                 blendFunc GL_ONE GL_ONE
  33.                 rgbGen vertex
  34.                 alphaGen        vertex
  35.         }
  36. }