9 lines
260 B
C++
Executable file
9 lines
260 B
C++
Executable file
#include "CSGModulatedSDFInstance.h"
|
|
|
|
UCSGModulatedSDFInstance::UCSGModulatedSDFInstance() {
|
|
this->CSGSDFInstanceRoot = NULL;
|
|
this->CurrentBakeConfig = NULL;
|
|
this->CSGSDFModulatedInstanceRoot = NULL;
|
|
this->CurrentModulatedBakeConfig = NULL;
|
|
}
|
|
|