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

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;
}