mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-19 22:53:47 +00:00
mUseHDRCaptures needs more work. shut that back off till we've time to circle back
This commit is contained in:
parent
9ec243cb87
commit
29e78d2034
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