What are some of the more commonly used projectile rendering techniques?
- by KlashnikovKid
couldn't find a duplicate question (bit surprising to me) but anywho I'm starting to get near implementing the rendering of projectiles for my game.
My question is what are some good techniques for efficiently rendering projectiles? I would like emphasis on techniques that leave room for the projectiles to be "rich" and dynamic (Cool to look at!)
I'm also using DX11 for my rendering engine so bleeding edge techniques that can make use of that would be much appreciated too.
Thanks!