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

  1. ////////////////////////////////////////////////////////////////////////////
  2. //
  3. //  Crytek Engine Source File.
  4. //  Shader extension
  5. //  Copyright (C), Crytek Studios, 2001-2004.
  6. // -------------------------------------------------------------------------
  7. //  File name:   Illumination.ext
  8. //  Version:     v1.00
  9. //  Created:     16/2/2004 by Andrey Honich.
  10. //  Compilers:   
  11. //  Description: Fur shader extension used by the editor
  12. //               for automatic shader generation (based on "Fur" shader template)
  13. // -------------------------------------------------------------------------
  14. //  History:
  15. //
  16. ////////////////////////////////////////////////////////////////////////////
  17.  
  18.  
  19.  
  20. Version (1.00)
  21.  
  22. Property
  23. {
  24.   Name = %SIMULATED
  25.   Mask = 0x1
  26.   Property    (Simulated fur)
  27.   Description (Use physicalized simulated fur)
  28. }
  29. Property
  30. {
  31.   Name = %DIFFUSE
  32.   Mask = 0x2
  33.   Property    (Diffuse lighting)
  34.   Description (Use diffuse lighting)
  35. }
  36. Property
  37. {
  38.   Name = %SPECULAR
  39.   Mask = 0x4
  40.   Property    (Specular lighting)
  41.   Description (Use specular lighting)
  42. }
  43.