void addOpaqueParticle(ParticleBilboard &&p){ opaqueParticles.push(p); }
void addGlowParticle(ParticleBilboard &&p){ glowParticles.push(p); }