9 lines
238 B
C++
Executable file
9 lines
238 B
C++
Executable file
#include "STLMeshCarverComponent.h"
|
|
|
|
USTLMeshCarverComponent::USTLMeshCarverComponent() {
|
|
this->TerrainMaterial = NULL;
|
|
this->MeshCarver = NULL;
|
|
this->Filter = ECarveFilterType::ReplaceAll;
|
|
this->PreviewEnabled = true;
|
|
}
|
|
|