MCPcopy Create free account
hub / github.com/cinder/Cinder / clear

Method clear

samples/_opengl/NormalMapping/src/DebugMesh.cpp:43–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41}
42
43void DebugMesh::clear()
44{
45 mVertices.clear();
46 mColors.clear();
47 mIndices.clear();
48}
49
50void DebugMesh::setMesh( const TriMesh& mesh )
51{

Callers 15

openImageMethod · 0.45
keyDownMethod · 0.45
updateModesMethod · 0.45
updateMethod · 0.45
updateMethod · 0.45
keyDownMethod · 0.45
PistonsMethod · 0.45
drawMethod · 0.45
drawMethod · 0.45
loadSvgMethod · 0.45
keyDownMethod · 0.45
ItemMethod · 0.45

Calls

no outgoing calls

Tested by 1

setupMethod · 0.36