10 lines
313 B
C++
Executable file
10 lines
313 B
C++
Executable file
#include "CSGSDFModulatedInstanceProperties.h"
|
|
|
|
FCSGSDFModulatedInstanceProperties::FCSGSDFModulatedInstanceProperties() {
|
|
this->SDF = NULL;
|
|
this->ModulateSDF = NULL;
|
|
this->CellSize = EPreviewCellSize::PRV_CELL_SIZE_12_5;
|
|
this->Seed = 0;
|
|
this->ModulateMode = ESDFModulateMode::MM_Disabled;
|
|
}
|
|
|