mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-17 13:43:48 +00:00
mUseHDRCaptures needs more work. shut that back off till we've time to circle back
This commit is contained in:
parent
5cf9e3b319
commit
551b1c5ce6
1 changed files with 1 additions and 1 deletions
|
|
@ -117,7 +117,7 @@ ReflectionProbe::ReflectionProbe()
|
|||
mRadius = 10;
|
||||
|
||||
mUseCubemap = false;
|
||||
mUseHDRCaptures = true;
|
||||
mUseHDRCaptures = false;
|
||||
|
||||
mStaticCubemap = NULL;
|
||||
mReflectionPath = "";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue