7 lines
140 B
C++
Executable file
7 lines
140 B
C++
Executable file
#include "SDFModulateLayer.h"
|
|
|
|
FSDFModulateLayer::FSDFModulateLayer() {
|
|
this->ModulateDistance = 0.00f;
|
|
this->SDFOffset = 0.00f;
|
|
}
|
|
|