7 lines
191 B
C++
Executable file
7 lines
191 B
C++
Executable file
#include "RandomizedInstantMeshCarver.h"
|
|
|
|
ARandomizedInstantMeshCarver::ARandomizedInstantMeshCarver() {
|
|
this->TerrainMaterial = NULL;
|
|
this->Filter = ECarveFilterType::ReplaceAll;
|
|
}
|
|
|