Add support for rendering particles to the glow buffer

This commit is contained in:
LukasPJ 2014-11-28 23:34:26 +01:00
parent c08413ffde
commit 30a8401d14
11 changed files with 179 additions and 63 deletions

View file

@ -26,6 +26,7 @@
#ifndef _TEXTARGETBIN_MGR_H_
#include "renderInstance/renderTexTargetBinManager.h"
#endif
#include <renderInstance/renderParticleMgr.h>
class PostEffect;
@ -82,7 +83,7 @@ protected:
};
SimObjectPtr<PostEffect> mGlowEffect;
RenderParticleMgr *mParticleRenderMgr;
};