home *** CD-ROM | disk | FTP | other *** search
/ Quark 3 / Quark3.iso / KATALOG / ARCHIV / SKINS / S068.ZIP / lily.pk3 / scripts / lily.shader
Encoding:
Text File  |  2000-01-04  |  1.1 KB  |  45 lines

  1. models/players/slash/lily
  2. {
  3.         {
  4.                 map textures/effects/envmaproc_blue.jpg
  5.                 tcGen environment
  6.                 rgbGen lightingdiffuse
  7.         }
  8.         {
  9.                 map models/players/slash/lily.tga
  10.                 blendFunc blend
  11.                 rgbGen lightingdiffuse
  12.         }
  13. }
  14. models/players/slash/lilyskate
  15. {
  16.         //deformVertexes wave 100 sin 0 1 1 5
  17.     sort additive
  18.     cull disable
  19.     {
  20.         clampmap models/players/slash/lilyskate.tga
  21.         blendFunc GL_ONE GL_ONE
  22.                 //tcmod rotate 100
  23.                 tcMod stretch sin .9 0.1 0 1.1
  24.                 rgbgen identity
  25.         
  26.     }
  27. }
  28. models/players/slash/lily_h
  29. {       
  30.         {
  31.                 map textures/sfx/firegorre.tga
  32.                 blendFunc GL_ONE GL_ZERO
  33.                 tcmod scroll 0 1
  34.                 tcMod turb 0 .25 0 1.6
  35.                 tcmod scale 4 4
  36.                 rgbGen identity
  37.     }  
  38.         {
  39.         map models/players/slash/lily_h.tga
  40.                 blendFunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA
  41.         rgbGen lightingDiffuse
  42.     }
  43.        
  44.          
  45. }