MCPcopy Create free account
hub / github.com/codereader/DarkRadiant / clear

Method clear

radiantcore/patch/PatchTesselation.cpp:5–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3#include "Patch.h"
4
5void PatchTesselation::clear()
6{
7 *this = PatchTesselation();
8}
9
10#define COPLANAR_EPSILON 0.1f
11

Callers 4

clearAllRenderablesMethod · 0.45
onPreRenderMethod · 0.45
updateTesselationMethod · 0.45

Calls 1

PatchTesselationClass · 0.85

Tested by

no test coverage detected