home *** CD-ROM | disk | FTP | other *** search
/ GameStar 2005 January / Gamestar_69_2005-01_dvd.iso / Dema / theprojectv1-0.exe / FCData / Shaders.pak / Shaders / TerrainLayer.ext < prev   
Encoding:
Text File  |  2004-10-27  |  3.1 KB  |  132 lines

  1. ////////////////////////////////////////////////////////////////////////////
  2. //
  3. //  Crytek Engine Source File.
  4. //  Shader extension
  5. //  Copyright (C), Crytek Studios, 2001-2004.
  6. // -------------------------------------------------------------------------
  7. //  File name:   TerrainLayer.ext
  8. //  Version:     v1.00
  9. //  Created:     16/2/2004 by Andrey Honich.
  10. //  Compilers:   
  11. //  Description: TerrainLayer shader extension used by the editor
  12. //               for automatic shader generation (based on "TerrainLayer" shader template)
  13. // -------------------------------------------------------------------------
  14. //  History:
  15. //
  16. ////////////////////////////////////////////////////////////////////////////
  17.  
  18. Version (1.00)
  19.  
  20. Property
  21. {
  22.   Name = %DIFFUSE
  23.   Mask = 0x1
  24.   Property    (Diffuse lighting)
  25.   Description (Use diffuse lighting)
  26. }
  27. Property
  28. {
  29.   Name = %SPECULAR
  30.   Mask = 0x2
  31.   Property    (Specular lighting)
  32.   Description (Use specular lighting)
  33. }
  34. Property
  35. {
  36.   Name = %BUMP_MAP
  37.   Mask = 0x4
  38.   Property    (Bump map)
  39.   Description (Use bump-map texture)
  40. }
  41. Property
  42. {
  43.   Name = %ALPHAGLOW
  44.   Mask = 0x8
  45.   Property    (Glow in Dif. alpha)
  46.   Description (Use alpha channel of diffuse texture for glow)
  47. }
  48. Property
  49. {
  50.   Name = %DIFFUSEALPHA
  51.   Mask = 0x10
  52.   Property    (Diffuse alpha out)
  53.   Description (Output alpha channel of diffuse texture for transparency)
  54. }
  55. Property
  56. {
  57.   Name = %BUMP_NORMALIZE
  58.   Mask = 0x20
  59.   Property    (Normalize Bump)
  60.   Description (Use per-pixel normalization of bump normals)
  61. }
  62. Property
  63. {
  64.   Name = %ENVCMAMB
  65.   Mask = 0x40
  66.   Property    (Ambient EnvCM)
  67.   Description (Use Env. CM reflections without fresnel)
  68. }
  69. Property
  70. {
  71.   Name = %ENVCMSPEC
  72.   Mask = 0x80
  73.   Property    (Specular EnvCM)
  74.   Description (Use per-pixel Env. CM reflections with fresnel)
  75. }
  76. Property
  77. {
  78.   Name = %ENVCM_MASKED
  79.   Mask = 0x100
  80.   Property    (Masked EnvCMAmb)
  81.   Description (Use EnvCM reflections masked by alpha channel from gloss alpha)
  82. }
  83. Property
  84. {
  85.   Name = %GLOSS_MAP
  86.   Mask = 0x200
  87.   Property    (Gloss map)
  88.   Description (Use gloss map as separate texture)
  89. }
  90. Property
  91. {
  92.   Name = %GLOSS_DIFFUSEALPHA
  93.   Mask = 0x400
  94.   Property    (Gloss map DifAlpha)
  95.   Description (Use gloss map as alpha channel in diffuse texture)
  96. }
  97. Property
  98. {
  99.   Name = %RTCUBEMAP
  100.   Mask = 0x800
  101.   Property    (RealTime cube-map)
  102.   Description (Use real-time Cube-Map updating)
  103. }
  104. Property
  105. {
  106.   Name = %OFFSETBUMPMAPPING
  107.   Mask = 0x1000
  108.   Property    (Offset bump-mapping)
  109.   Description (Use offset-bump-mapping (requires height-map in alpha-channel of bump texture))
  110. }
  111. Property
  112. {
  113.   Name = %SPECULAR_PERPIXEL
  114.   Mask = 0x2000
  115.   Property    (PerPixel Specular)
  116.   Description (Calculate specular completelly on per-pixel basis)
  117. }
  118. Property
  119. {
  120.   Name = %SPECULARPOW_GLOSSALPHA
  121.   Mask = 0x4000
  122.   Property    (PerPixel Spec. Shinines)
  123.   Description (Use specular shininess coef. as alpha channel of gloss texture)
  124. }
  125. Property
  126. {
  127.   Name = %ALPHA_BLEND
  128.   Mask = 0x8000
  129.   Property    (Alpha Blend)
  130.   Description (Use alpha-blending for diffuse terrain pass)
  131. }
  132.