8 lines
168 B
C++
Executable file
8 lines
168 B
C++
Executable file
#include "DebrisMesh.h"
|
|
|
|
UDebrisMesh::UDebrisMesh() {
|
|
this->CommonMaterial = NULL;
|
|
this->StartCullDistance = 5000.00f;
|
|
this->EndCullDistance = 5000.00f;
|
|
}
|
|
|