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

Method clearAllRenderables

radiantcore/patch/PatchNode.cpp:297–303  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

295}
296
297void PatchNode::clearAllRenderables()
298{
299 _renderableSurfaceSolid.clear();
300 _renderableSurfaceWireframe.clear();
301 _renderableCtrlLattice.clear();
302 _renderableCtrlPoints.clear();
303}
304
305void PatchNode::onInsertIntoScene(scene::IMapRootNode& root)
306{

Callers

nothing calls this directly

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected