mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-12 15:14:35 +00:00
Add support for rendering particles to the glow buffer
This commit is contained in:
parent
c08413ffde
commit
30a8401d14
11 changed files with 179 additions and 63 deletions
|
|
@ -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;
|
||||
};
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue