8 lines
167 B
C++
Executable file
8 lines
167 B
C++
Executable file
#include "ConvexNoiseProperties.h"
|
|
|
|
FConvexNoiseProperties::FConvexNoiseProperties() {
|
|
this->Amplitude = 0.00f;
|
|
this->GridSize = 0.00f;
|
|
this->Seed = 0;
|
|
}
|
|
|