Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
5
void PatchTesselation::clear()
6
{
7
*this = PatchTesselation();
8
}
9
10
#define COPLANAR_EPSILON 0.1f
11
Callers
4
updateSelectableControls
Method · 0.45
clearAllRenderables
Method · 0.45
onPreRender
Method · 0.45
updateTesselation
Method · 0.45
Calls
1
PatchTesselation
Class · 0.85
Tested by
no test coverage detected