8 lines
170 B
C++
Executable file
8 lines
170 B
C++
Executable file
#include "SDFModifierProperties.h"
|
|
|
|
FSDFModifierProperties::FSDFModifierProperties() {
|
|
this->Offset = 0.00f;
|
|
this->NoiseAmplitude = 0.00f;
|
|
this->Seed = 0;
|
|
}
|
|
|