MCPcopy Create free account
hub / github.com/DescentDevelopers/Descent3 / DrawPlayerOnWireframe

Function DrawPlayerOnWireframe

editor/WireframeGrWnd.cpp:601–604  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

599}
600
601void DrawPlayerOnWireframe() {
602 if (theApp.wireframe_view)
603 theApp.wireframe_view->DrawPlayerOnTerrain();
604}
605
606void CWireframeGrWnd::GetMagCoords(int *x1, int *y1, int *x2, int *y2) {
607 *x1 = m_x1;

Callers 1

RenderMethod · 0.85

Calls 1

DrawPlayerOnTerrainMethod · 0.80

Tested by

no test coverage detected