mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-12 19:31:41 +00:00
fix overdark default sun ambient setting
This commit is contained in:
parent
59d6ec1a0f
commit
87024fe53a
1 changed files with 1 additions and 1 deletions
|
|
@ -1236,7 +1236,7 @@ function ObjectBuilderGui::buildSun( %this, %dontWarnAboutScatterSky )
|
|||
|
||||
%this.addField("direction", "TypeVector", "Direction", "1 1 -1");
|
||||
%this.addField("color", "TypeColor", "Sun color", "0.8 0.8 0.8");
|
||||
%this.addField("ambient", "TypeColor", "Ambient color", "0.2 0.2 0.2");
|
||||
%this.addField("ambient", "TypeColor", "Ambient color", "0.5 0.5 0.5");
|
||||
|
||||
%this.process();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue