Files
2026-04-22 15:51:07 +02: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;
}