Merge remote-tracking branch 'public/release_candidate' into release
[CRYENGINE.git] / Engine / Shaders / DistanceClouds.ext
blobae1214873be5605523aefd9fe5bc20e7fde18f1a
1 ////////////////////////////////////////////////////////////////////////////
2 //
3 //  Crytek Engine Source File.
4 //  Shader extension
5 //  Copyright (C), Crytek Studios, 2001-2004.
6 // -------------------------------------------------------------------------
7 //  File name:   Particles.ext
8 //  Version:     v1.00
9 //  Created:     16/2/2004 by Andrey Honich.
10 //  Compilers:   
11 //  Description: Particles shader extension used by the editor
12 //               for automatic shader generation (based on "Particles" shader template)
13 // -------------------------------------------------------------------------
14 //  History:
16 ////////////////////////////////////////////////////////////////////////////
18 Version (1.00)
20 Property
22   Name = %DIFFUSE
23   Mask = 0x1
24   Hidden
27 Property
29   Name = %SIMPLE
30   Mask = 0x2
31   Property    (Simple distance clouds)
32   Description (Use distance clouds with no volumetric shading computations)
35 Property
37   Name = %ADVANCED
38   Mask = 0x4
39   Property    (Advanced distance clouds)
40   Description (Use distance clouds with more accurate shading computations)