mirror of
https://github.com/ApfelTeeSaft/UnrealEvent.git
synced 2026-08-27 11:53:38 +00:00
10 lines
221 B
C++
10 lines
221 B
C++
#include "SkyLightValues.h"
|
|
|
|
FSkyLightValues::FSkyLightValues() {
|
|
this->SkyLightMinOcclusion = 0.00f;
|
|
this->VolumetricScatteringIntensity = 0.00f;
|
|
this->Cubemap = NULL;
|
|
this->DestinationCubemap = NULL;
|
|
}
|
|
|