8 lines
200 B
C++
Executable file
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;
|
|
}
|
|
|