MCPcopy Create free account
hub / github.com/axmolengine/axmol / begin

Method begin

3rdparty/recast/DebugDraw.cpp:574–579  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

572}
573
574void duDisplayList::begin(duDebugDrawPrimitives prim, float size)
575{
576 clear();
577 m_prim = prim;
578 m_primSize = size;
579}
580
581void duDisplayList::vertex(const float x, const float y, const float z, unsigned int color)
582{

Callers 15

drawPolyBoundariesFunction · 0.45
drawMeshTileFunction · 0.45
duDebugDrawNavMeshNodesFunction · 0.45
drawMeshTileBVTreeFunction · 0.45
drawMeshTilePortalFunction · 0.45
duDebugDrawNavMeshPolyFunction · 0.45
duDebugDrawCylinderWireFunction · 0.45

Calls 1

clearFunction · 0.50

Tested by

no test coverage detected