9 lines
214 B
C++
Executable file
9 lines
214 B
C++
Executable file
#include "MeshCellNoiseProperties.h"
|
|
|
|
FMeshCellNoiseProperties::FMeshCellNoiseProperties() {
|
|
this->CellOffsetFactor = 0.00f;
|
|
this->InsideFraction = 0.00f;
|
|
this->Distance = 0.00f;
|
|
this->Seed = 0;
|
|
}
|
|
|