7 lines
162 B
C++
Executable file
7 lines
162 B
C++
Executable file
#include "SDFSmoothingProperties.h"
|
|
|
|
FSDFSmoothingProperties::FSDFSmoothingProperties() {
|
|
this->SmoothingDist = 0.00f;
|
|
this->SmoothingEnabled = false;
|
|
}
|
|
|