mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-23 08:33:50 +00:00
leverage isScriptFile
(also initialize scattersky. mNightCubemapName = StringTable->EmptyString();)
This commit is contained in:
parent
c41b8e00ff
commit
f185bef8a3
9 changed files with 18 additions and 17 deletions
|
|
@ -165,6 +165,7 @@ ScatterSky::ScatterSky()
|
|||
mNightColor.set( 0.0196078f, 0.0117647f, 0.109804f, 1.0f );
|
||||
mNightFogColor = mNightColor;
|
||||
mUseNightCubemap = false;
|
||||
mNightCubemapName = StringTable->EmptyString();
|
||||
mSunSize = 1.0f;
|
||||
|
||||
INIT_MATERIALASSET(MoonMat);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue