mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-03-11 00:10:46 +00:00
hook up attenuation value. todo: sort networkjing properly
This commit is contained in:
parent
003c79132e
commit
ba8948a5b1
5 changed files with 21 additions and 79 deletions
|
|
@ -70,6 +70,7 @@ struct ProbeRenderInst : public SystemInterface<ProbeRenderInst>
|
|||
Point3F mPosition;
|
||||
Point3F mProbeRefOffset;
|
||||
Point3F mProbeRefScale;
|
||||
F32 mAtten;
|
||||
|
||||
GFXCubemapHandle mCubemap;
|
||||
GFXCubemapHandle mIrradianceCubemap;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue