MCPcopy Create free account
hub / github.com/OpenNI/OpenNI / glPrintString

Function glPrintString

Samples/NiViewer/Draw.cpp:354–362  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

352}
353
354void glPrintString(void *font, const char *str)
355{
356 int i,l = (int)strlen(str);
357
358 for(i=0; i<l; i++)
359 {
360 glutBitmapCharacter(font,*str++);
361 }
362}
363
364void drawConfigChanged()
365{

Callers 5

drawClosedStreamFunction · 0.70
drawPointerModeFunction · 0.70
drawCenteredMessageFunction · 0.70
printHelpGroupFunction · 0.70
drawPlaybackSpeedFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected