mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-16 00:54:54 +00:00
Merge pull request #1139 from Azaezel/alpah41/ambientfix
ambient scales ibl
This commit is contained in:
commit
0738562296
1 changed files with 1 additions and 1 deletions
|
|
@ -61,7 +61,7 @@ Sun::Sun()
|
||||||
mTypeMask = EnvironmentObjectType | LightObjectType | StaticObjectType;
|
mTypeMask = EnvironmentObjectType | LightObjectType | StaticObjectType;
|
||||||
|
|
||||||
mLightColor.set(0.7f, 0.7f, 0.7f);
|
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;
|
mBrightness = 1.0f;
|
||||||
mSunAzimuth = 0.0f;
|
mSunAzimuth = 0.0f;
|
||||||
mSunElevation = 35.0f;
|
mSunElevation = 35.0f;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue