12 lines
184 B
C++
Executable file
12 lines
184 B
C++
Executable file
#include "CSGBake.h"
|
|
|
|
void UCSGBake::BakeCSG() {
|
|
}
|
|
|
|
UCSGBake::UCSGBake() {
|
|
this->NumVariations = 1;
|
|
this->InitialSeed = 0;
|
|
this->IsBaking = false;
|
|
this->CDO = NULL;
|
|
}
|
|
|