mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-01-19 20:24:49 +00:00
Merge pull request #1139 from Azaezel/alpah41/ambientfix
ambient scales ibl
This commit is contained in:
commit
0738562296
|
|
@ -61,7 +61,7 @@ Sun::Sun()
|
|||
mTypeMask = EnvironmentObjectType | LightObjectType | StaticObjectType;
|
||||
|
||||
mLightColor.set(0.7f, 0.7f, 0.7f);
|
||||
mLightAmbient.set(0.3f, 0.3f, 0.3f);
|
||||
mLightAmbient.set(1.0f, 1.0f, 1.0f);
|
||||
mBrightness = 1.0f;
|
||||
mSunAzimuth = 0.0f;
|
||||
mSunElevation = 35.0f;
|
||||
|
|
|
|||
Loading…
Reference in a new issue