DRG-Femboy-Voice/Source/FSDEngine/Private/CSGSDFInstanceProperties.cpp
2025-04-15 12:39:31 -07:00

8 lines
200 B
C++
Executable file

#include "CSGSDFInstanceProperties.h"
FCSGSDFInstanceProperties::FCSGSDFInstanceProperties() {
this->SDF = NULL;
this->CellSize = EPreviewCellSize::PRV_CELL_SIZE_12_5;
this->Seed = 0;
}