mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-04-21 20:35:35 +00:00
Implemented registration of probes to avoid rendering all probes when unneeded.
This commit is contained in:
parent
ecd47830ca
commit
c4a4fe5304
5 changed files with 26 additions and 3 deletions
|
|
@ -112,6 +112,7 @@ protected:
|
|||
ProbeRenderInst::ProbeShapeType mProbeShapeType;
|
||||
|
||||
ProbeRenderInst* mProbeInfo;
|
||||
U32 mProbeInfoIdx;
|
||||
|
||||
//Indirect Lighting Contribution stuff
|
||||
IndrectLightingModeType mIndrectLightingModeType;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue