home *** CD-ROM | disk | FTP | other *** search
/ Net Power 2000 #2 / NetCD2.iso / Demogame / Quake3 / q3ademo.exe / Main / pak0.pk3 / scripts / base_object.shader < prev    next >
Encoding:
Text File  |  1999-11-29  |  2.5 KB  |  129 lines

  1. textures/base_object/plasmalogo_1
  2. {
  3.     q3map_lightimage textures/base_object/plasmalogo.tga
  4.     //surfaceparm nomarks
  5.     q3map_surfacelight 1000
  6.     {
  7.         map $lightmap
  8.         rgbGen identity
  9.     }
  10.     {
  11.         map textures/base_object/plasmalogo_1.tga
  12.         blendFunc GL_DST_COLOR GL_ZERO
  13.         rgbGen identity
  14.     }
  15.     {
  16.         map textures/base_object/plasmalogo.tga
  17.         rgbGen wave triangle 0.5 0.5 0.5 0.15
  18.         blendfunc GL_ONE GL_ONE
  19.     }
  20.  
  21. }
  22. textures/base_object/quadsign_1
  23. {
  24.     qer_editorimage base_object/quadsign1.tga
  25.     q3map_lightimage textures/base_object/quadsign1.blend.tga
  26.     //surfaceparm nomarks
  27.     q3map_surfacelight 1000
  28.     {
  29.         map $lightmap
  30.         rgbGen identity
  31.     }
  32.     {
  33.         map textures/base_object/quadsign1.tga
  34.         blendFunc GL_DST_COLOR GL_ZERO
  35.         rgbGen identity
  36.     }
  37.     {
  38.         map textures/base_object/quadsign1.blend.tga
  39.         rgbGen wave triangle 0.5 0.5 0.5 0.15
  40.         blendfunc GL_ONE GL_ONE
  41.     }
  42.  
  43. }
  44. textures/base_object/hastesign_1
  45. {
  46.     qer_editorimage base_object/hastesign1.tga
  47.     q3map_lightimage textures/base_object/hastesign1.blend.tga
  48.     //surfaceparm nomarks
  49.     q3map_surfacelight 1000
  50.     {
  51.         map $lightmap
  52.         rgbGen identity
  53.     }
  54.     {
  55.         map textures/base_object/hastesign1.tga
  56.         blendFunc GL_DST_COLOR GL_ZERO
  57.         rgbGen identity
  58.     }
  59.     {
  60.         map textures/base_object/hastesign1.blend.tga
  61.         rgbGen wave triangle 0.5 0.5 0.5 0.15
  62.         blendfunc GL_ONE GL_ONE
  63.     }
  64.  
  65. }
  66. textures/base_object/boxQ3_1
  67. {
  68.     // A green box with a specular map on it
  69.     {
  70.         map $lightmap
  71.         rgbGen identity
  72.     }
  73.     {
  74.         map textures/base_object/boxQ3_1.tga
  75.         blendFunc GL_DST_COLOR GL_SRC_ALPHA
  76.         rgbGen identity
  77.         alphaGen lightingSpecular
  78.     }
  79. }
  80. textures/base_object/boxQ3_2
  81. {
  82.     // A silver box with a specular and a lightglow map on it
  83.     
  84.     q3map_surfacelight 200
  85.     {
  86.         map $lightmap
  87.         rgbGen identity
  88.     }
  89.     {
  90.         map textures/base_object/boxQ3_2.tga
  91.         blendFunc GL_DST_COLOR GL_SRC_ALPHA
  92.         rgbGen identity
  93.         alphaGen lightingSpecular
  94.     }
  95.     {
  96.         map textures/base_object/boxQ3_2.blend.tga
  97.         blendFunc GL_ONE GL_ONE
  98.         rgbGen wave sin 0.5 0.5 0 .2
  99.     }
  100. }
  101. textures/base_object/boxQ3_3
  102. {
  103.     //    A red box side with a specular map on it
  104.     {
  105.         map $lightmap
  106.         rgbGen identity
  107.     }
  108.     {
  109.         map textures/base_object/boxQ3_3.tga
  110.         rgbGen identity
  111.         alphaGen lightingSpecular
  112.         blendFunc GL_DST_COLOR GL_SRC_ALPHA
  113.     }
  114. }
  115. textures/base_object/boxq3_4
  116. {
  117.     //    A golden yellow box with a specular map on it
  118.     {
  119.         map $lightmap
  120.         rgbGen identity
  121.     }
  122.     {
  123.         map textures/base_object/boxq3_4.tga
  124.         rgbGen identity
  125.         alphaGen lightingSpecular
  126.         blendFunc GL_DST_COLOR GL_SRC_ALPHA
  127.     }
  128. }
  129.