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

Method vertex

core/navmesh/NavMeshDebugDraw.cpp:77–83  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

75}
76
77void NavMeshDebugDraw::vertex(const float /*x*/,
78 const float /*y*/,
79 const float /*z*/,
80 unsigned int /*color*/,
81 const float /*u*/,
82 const float /*v*/)
83{}
84
85void NavMeshDebugDraw::vertex(const float* pos, unsigned int color, const float* uv)
86{

Callers 1

Calls 3

Vec3Function · 0.50
getColorFunction · 0.50
emplace_backMethod · 0.45

Tested by

no test coverage detected