home *** CD-ROM | disk | FTP | other *** search
/ GameStar Special 2002 April / GSSH42002.iso / EDITOREN / JK2 / JK2EditingTools.exe / base / shaders / common.shader < prev    next >
Text File  |  2002-02-21  |  2KB  |  94 lines

  1. textures/common/glass
  2. {
  3.     qer_editorimage    textures/common/glass2.tga
  4.     q3map_tesssize    48
  5.     qer_trans    0.5
  6.     surfaceparm    nonopaque
  7.     surfaceparm    trans
  8.     q3map_nolightmap
  9.     {
  10.         map textures/common/glass2
  11.         blendFunc GL_ZERO GL_ONE_MINUS_SRC_COLOR
  12.     }
  13.     {
  14.         map textures/common/glass2
  15.         blendFunc GL_ONE GL_ONE
  16.         tcGen environment
  17.     }
  18. }
  19.  
  20. textures/common/glass_no_tess
  21. {
  22.     qer_editorimage    textures/common/glass2.tga
  23.     qer_trans    0.5
  24.     surfaceparm    nonopaque
  25.     surfaceparm    trans
  26.     q3map_nolightmap
  27.     {
  28.         map textures/common/glass2
  29.         blendFunc GL_ZERO GL_ONE_MINUS_SRC_COLOR
  30.     }
  31.     {
  32.         map textures/common/glass2
  33.         blendFunc GL_ONE GL_ONE
  34.         tcGen environment
  35.     }
  36. }
  37.  
  38. textures/common/glass_reflective
  39. {
  40.     qer_editorimage    textures/common/glass2.tga
  41.     q3map_tesssize    48
  42.     qer_trans    0.5
  43.     surfaceparm    nonopaque
  44.     surfaceparm    forcefield
  45.     surfaceparm    trans
  46.     q3map_nolightmap
  47.     {
  48.         map textures/common/glass2
  49.         blendFunc GL_ZERO GL_ONE_MINUS_SRC_COLOR
  50.     }
  51.     {
  52. // tcMod scale 3 3
  53.  
  54.         map textures/common/glass2
  55.         blendFunc GL_ONE GL_ONE
  56.         tcGen environment
  57.     }
  58. }
  59.  
  60. textures/common/glass_reflective_double-sided
  61. {
  62.     qer_editorimage    textures/common/glass2.tga
  63.     q3map_tesssize    48
  64.     qer_trans    0.5
  65.     surfaceparm    nonopaque
  66.     surfaceparm    forcefield
  67.     surfaceparm    trans
  68.     q3map_nolightmap
  69.     cull    disable
  70.     {
  71.         map textures/common/glass2
  72.         blendFunc GL_ZERO GL_ONE_MINUS_SRC_COLOR
  73.     }
  74.     {
  75.         map textures/common/glass2
  76.         blendFunc GL_ONE GL_ONE
  77.         tcGen environment
  78.     }
  79. }
  80.  
  81. models/players/stormtrooper/caps
  82. {
  83.     q3map_nolightmap
  84.     {
  85.         map textures/common/caps
  86.     }
  87.     {
  88.         map textures/common/caps_glow
  89.         blendFunc GL_ONE GL_ONE
  90.         rgbGen wave noise 1 0.5 0 2
  91.     }
  92. }
  93.  
  94.