home *** CD-ROM | disk | FTP | other *** search
/ Chip 2011 November / CHIP_2011_11.iso / Programy / Inne / Gry / OpenArena / baseoa / pak2-players.pk3 / scripts / player_merman.shader < prev    next >
Encoding:
Text File  |  2007-01-24  |  1.9 KB  |  106 lines

  1. //*******************************
  2. //DEFAULT_SKIN:
  3. //*******************************
  4. models/players/merman/fins
  5. {
  6.     cull disable
  7.     {
  8.         map /models/players/merman/fins.tga
  9.         blendfunc blend
  10.         rgbGen lightingDiffuse
  11.     }
  12. }
  13. models/players/merman/skin
  14. {
  15.     {
  16.         map /models/players/merman/skin.tga
  17.         rgbGen lightingDiffuse
  18.         
  19.     }
  20. }
  21. models/players/merman/brac
  22. {
  23.     cull disable
  24.     {
  25.         map /models/players/merman/brac.tga
  26.         rgbGen lightingDiffuse
  27.     }
  28.     // {
  29.         // map /textures/effects/tinfx.jpg
  30.         // blendfunc add
  31.         // rgbGen lightingDiffuse
  32.         // tcGen environment 
  33.     // }
  34.     // {
  35.         // map /models/players/merman/brac.tga
  36.         // blendfunc blend
  37.         // rgbGen lightingDiffuse
  38.     // }
  39. }
  40. //*******************************
  41. //RED_SKIN:
  42. //*******************************
  43. models/players/merman/finsred
  44. {
  45.     cull disable
  46.     {
  47.         map models/players/merman/finsred.tga
  48.         blendfunc blend
  49.         rgbGen lightingDiffuse
  50.     }
  51. }
  52. models/players/merman/skinred
  53. {
  54.     {
  55.         map models/players/merman/skinred.tga
  56.         rgbGen lightingDiffuse
  57.     }
  58. }
  59. models/players/merman/bracred
  60. {
  61.     cull disable
  62.     {
  63.         map models/players/merman/bracred.tga
  64.         rgbGen lightingDiffuse
  65.     }
  66.     // {
  67.         // map textures/effects/specular.tga
  68.         // blendfunc add
  69.         // rgbGen lightingDiffuse
  70.         // tcGen environment 
  71.     // }
  72. }
  73. //*******************************
  74. //BLUE_SKIN:
  75. //*******************************
  76. models/players/merman/finsblue
  77. {
  78.     cull disable
  79.     {
  80.         map models/players/merman/finsblue.tga
  81.         blendfunc blend
  82.         rgbGen lightingDiffuse
  83.     }
  84. }
  85. models/players/merman/skinblue
  86. {
  87.     {
  88.         map models/players/merman/skinblue.tga
  89.         rgbGen lightingDiffuse
  90.         
  91.     }
  92. }
  93. models/players/merman/bracblue
  94. {
  95.     cull disable
  96.     {
  97.         map models/players/merman/bracblue.tga
  98.         rgbGen lightingDiffuse
  99.     }
  100.     // {
  101.         // map textures/effects/specular.tga
  102.         // blendfunc add
  103.         // rgbGen lightingDiffuse
  104.         // tcGen environment 
  105.     // }
  106. }