Files
FNGameProj/Source/FortniteGame/Private/SkyAtmosphereValues.cpp
T
2024-06-07 01:17:09 +02:00

15 lines
377 B
C++

#include "SkyAtmosphereValues.h"
FSkyAtmosphereValues::FSkyAtmosphereValues() {
RayleighScatteringScale = 1;
RayleighExponentialDistribution = 1;
MieScatteringScale = 1;
MieAbsorptionScale = 1;
MieAnisotropy = 1;
MieExponentialDistribution = 1;
OtherAbsorptionScale = 1;
AerialPespectiveViewDistanceScale = 1;
HeightFogContribution = 1;
}