adi64 / terminus

Game Programming Seminar 2014/15
3 stars 0 forks source link

Group rendering calls per class #140

Open adi64 opened 9 years ago

adi64 commented 9 years ago

e.g. render all projectiles, then render all weapon wagons, ...

For this to work we either need to flatten the whole hierarchy or create a temporary flattened list of graphics objects just before rendering.