home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 2003 June / macformat-130.iso / mac / Reviewed⁄Demos / Spearhead Demo / demota / pak1.pk3 / scripts / bottles.shader < prev    next >
Encoding:
Text File  |  2002-10-21  |  749 b   |  43 lines

  1. // Bottle one
  2. bottle_rum
  3. {
  4.     qer_editorimage    textures/models/items/bottle_1_rum.tga
  5.     cull none
  6.     {
  7.         map textures/models/items/bottle_1_rum.tga
  8.         rgbGen lightingSpherical
  9.     }
  10. }
  11.  
  12. // Bottle two
  13. bottle_wine
  14. {
  15.     qer_editorimage    textures/models/items/bottle_2.tga
  16.     cull none
  17.     {
  18.         map textures/models/items/bottle_2.tga
  19.         rgbGen lightingSpherical
  20.     }
  21. }
  22.  
  23. // Bottle three
  24. bottle_medicine
  25. {
  26.     qer_editorimage    textures/models/items/bottle_3_linament.tga
  27.     cull none
  28.     {
  29.         map textures/models/items/bottle_3_linament.tga
  30.         rgbGen lightingSpherical
  31.     }
  32. }
  33.  
  34. // Bottle four
  35. bottle_condiment
  36. {
  37.     qer_editorimage    textures/models/items/bottle_4.tga
  38.     cull none
  39.     {
  40.         map textures/models/items/bottle_4.tga
  41.         rgbGen lightingSpherical
  42.     }
  43. }