NessEngine
Whats the best way to add animated billboards with 3d depth test into my game? I don’t know how many I’ll have, its dynamic for effects and some types of NPCs. Should I use BillboardSet or is there something more suitable?
Think for example sprites of old games like doom or duke 3d, but they need to interact with 3d models. They should also be affected by lights and shadows (assume normals always facing forward).
Thanks!