- //////////////////////////////////////////////////////////////////////////////
- // 2008 Electronic Arts Inc
- //
- // GPU particle shader for ground aligned (xy plane) particles
- //////////////////////////////////////////////////////////////////////////////
- #define FORCE_PARTICLES_INTO_XY_PLANE // Define this for xy (ground) aligned instead of screen facing particles
- #include "GpuParticle.fx"
|