1 ////////////////////////////////////////////////////////////////////////////
3 // Crytek Engine Source File.
5 // Copyright (C), Crytek Studios, 2001-2015.
6 // -------------------------------------------------------------------------
7 // File name: GpuParticles.ext
9 // Created: 18/12/2015 by Benjamin Block
11 // Description: Gpu Particles Flags
12 // -------------------------------------------------------------------------
14 ////////////////////////////////////////////////////////////////////////////
18 Name = %PFX_UPDATE_MOTION
20 Property (Motion Update)
21 Description (Motion Update)
26 Name = %PFX_UPDATE_COLOR
28 Property (Color Update)
29 Description (Color Update)
34 Name = %PFX_UPDATE_SIZE
36 Property (Size Update)
37 Description (Size Update)
42 Name = %PFX_UPDATE_OPACITY
44 Property (Opacity Update)
45 Description (Opacity Update)
50 Name = %PFX_UPDATE_MOTION_LINEARINTEGRAL
52 Property (Linear Motion Integration)
53 Description (Linear Motion Integration)
58 Name = %PFX_UPDATE_MOTION_DRAGFAST
60 Property (Fast Drag Integration)
61 Description (Fast Drag Integration)
66 Name = %PFX_UPDATE_MOTION_BROWNIAN
68 Property (Motion Brownian Noise)
69 Description (Motion Brownian Noise)
74 Name = %PFX_UPDATE_MOTION_SIMPLEX
76 Property (Motion Simplex Noise)
77 Description (Motion Simplex Noise)
82 Name = %PFX_UPDATE_MOTION_CURL
84 Property (Motion Curl Noise)
85 Description (Motion Curl Noise)
90 Name = %PFX_UPDATE_MOTION_GRAVITY
92 Property (Motion Gravity)
93 Description (Motion Gravity)
99 Name = %PFX_UPDATE_MOTION_VORTEX
101 Property (Motion Vortex)
102 Description (Motion Vortex)
107 Name = %PFX_COLLISION_SCREENSPACE
109 Property (ScreenSpace Collisions)
110 Description (ScreenSpace Collisions)
115 Name = %PFX_UPDATE_PIXELSIZE
117 Property (Pixel Size)
118 Description (Pixel Size)
123 Name = %PFX_INIT_LOCATION_OFFSET
125 Property (Location Offset)
126 Description (Location Offset)
131 Name = %PFX_INIT_LOCATION_BOX
133 Property (Location Box)
134 Description (Location Box)
139 Name = %PFX_INIT_LOCATION_SPHERE
141 Property (Location Sphere)
142 Description (Location Sphere)
147 Name = %PFX_INIT_LOCATION_CIRCLE
149 Property (Location Circle)
150 Description (Location Circle)
155 Name = %PFX_INIT_LOCATION_NOISE
157 Property (Location Noise)
158 Description (Location Noise)
163 Name = %PFX_INIT_VELOCITY_CONE
165 Property (Velocity Cone)
166 Description (Velocity Cone)
171 Name = %PFX_INIT_VELOCITY_DIRECTIONAL
173 Property (Velocity Directional)
174 Description (Velocity Directional)
179 Name = %PFX_INIT_VELOCITY_OMNIDIRECTIONAL
181 Property (Velocity Omnidirectional)
182 Description (Velocity Omnidirectional)