mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-03-26 15:49:30 +00:00
ambient scales ibl
so default to 1,1,1, not 1/3rds
This commit is contained in:
parent
917cb882e9
commit
456334fc55
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue