Files
2024-01-21 00:41:14 +01:00

10 lines
221 B
C++

#include "SkyLightValues.h"
FSkyLightValues::FSkyLightValues() {
this->SkyLightMinOcclusion = 0.00f;
this->VolumetricScatteringIntensity = 0.00f;
this->Cubemap = NULL;
this->DestinationCubemap = NULL;
}