home *** CD-ROM | disk | FTP | other *** search
- ////////////////////////////////////////////////////////////////////////////
- //
- // Crytek Engine Source File.
- // Shader extension
- // Copyright (C), Crytek Studios, 2001-2004.
- // -------------------------------------------------------------------------
- // File name: Illumination.ext
- // Version: v1.00
- // Created: 16/2/2004 by Andrey Honich.
- // Compilers:
- // Description: GlassCM shader extension used by the editor
- // for automatic shader generation (based on "GlassCM" shader template)
- // -------------------------------------------------------------------------
- // History:
- //
- ////////////////////////////////////////////////////////////////////////////
-
-
-
- Version (1.00)
-
- Property
- {
- Name = __REFLECT
- Mask = 0x1
- Property (Reflection)
- Description (Use CM reflection)
- }
- Property
- {
- Name = __REFRACT
- Mask = 0x2
- Property (Refraction)
- Description (Use CM refraction)
- }
-