mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-03-05 21:40:31 +00:00
fix particle glow
multiple preloads were failing to return false or mesages on failure of mandatory entries. clear out redundant isScriptFile definition fix default order of /scripts/managedData script files
This commit is contained in:
parent
5d260bc58f
commit
cce40efd35
21 changed files with 250 additions and 134 deletions
|
|
@ -112,6 +112,7 @@ protected:
|
|||
GFXShaderConstHandle *mDeferredTargetParamsSC;
|
||||
GFXShaderConstHandle *mAlphaFactorSC;
|
||||
GFXShaderConstHandle *mAlphaScaleSC;
|
||||
GFXShaderConstHandle* mGlowSC;
|
||||
GFXShaderConstHandle *mSamplerDiffuse;
|
||||
GFXShaderConstHandle *mSamplerDeferredTex;
|
||||
GFXShaderConstHandle *mSamplerParaboloidLightMap;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue