mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-24 09:03:48 +00:00
hook up attenuation value. todo: sort networkjing properly
This commit is contained in:
parent
8595e273a4
commit
ead78ec588
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