home *** CD-ROM | disk | FTP | other *** search
/ Maximum CD 2001 February / maximum-cd-2001-02.iso / Team Arena / TeamArenaDemo.exe / Main / pak0.pk3 / scripts / gallery.shader < prev    next >
Encoding:
Text File  |  2000-11-22  |  736 b   |  30 lines

  1. //*******************************************************
  2. //*              QuakeCon2000' gallery sky
  3. //*******************************************************
  4. textures/gallery/gallery_sky
  5. {
  6.     qer_editorimage textures/skies/pjbasesky.tga
  7.     q3map_lightimage textures/skies/topclouds.tga
  8.     surfaceparm noimpact
  9.     surfaceparm nolightmap
  10.     surfaceparm sky
  11.     q3map_globaltexture
  12.     q3map_lightsubdivide 512 
  13.     q3map_sun    0.266383 0.274632 0.358662 250 90 65
  14.     q3map_surfacelight 100
  15.  
  16.     skyparms full 128 -
  17.     
  18.     {
  19.         map textures/skies/bluedimclouds.tga
  20.         tcMod scroll 0.015 0.016
  21.         tcMod scale 3 3
  22.         depthWrite
  23.     }
  24.     {
  25.         map textures/skies/topclouds.tga
  26.         blendfunc GL_ONE GL_ONE
  27.         tcMod scroll -0.01 -0.012
  28.         tcMod scale 5 5
  29.     }
  30. }