mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-12 19:31:41 +00:00
Merge branch 'GlowingParticles' of https://github.com/lukaspj/Torque3D into glowParticles
Conflicts: Engine/source/renderInstance/renderParticleMgr.cpp
This commit is contained in:
commit
98048fd974
11 changed files with 179 additions and 63 deletions
|
|
@ -77,7 +77,9 @@ protected:
|
|||
// Not only a helper method, but a method for the RenderTranslucentMgr to
|
||||
// request a particle system draw
|
||||
void renderInstance(ParticleRenderInst *ri, SceneRenderState *state);
|
||||
|
||||
public:
|
||||
void renderParticle(ParticleRenderInst *ri, SceneRenderState *state);
|
||||
protected:
|
||||
bool mOffscreenRenderEnabled;
|
||||
|
||||
/// The prepass render target used for the
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue