martindevans / Myre

An XNA game engine
http://martindevans.me/tags/#myre-ref
MIT License
12 stars 3 forks source link

Support Animated Particles #2

Open martindevans opened 10 years ago

martindevans commented 10 years ago

At the moment particles are constrained to being a single texture for their entire lifetime. Add support for spritesheets to animate particles (this is almost entirely shader modifications).