MCPcopy Create free account
hub / github.com/dartsim/dart / drawStringOnScreen

Function drawStringOnScreen

dart/gui/GLFuncs.cpp:51–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49namespace gui {
50
51void drawStringOnScreen(float x, float y, const std::string& s, bool bigFont)
52{
53 glut::drawStringOnScreen(x, y, s, bigFont);
54}
55
56// draw a 3D arrow starting from pt along dir, the arrowhead is on the other end
57void drawArrow3D(

Callers 1

drawMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected