|
#include "standard.h"
#include <windows.h>
#include <GL/glu.h>
#include "GLutils.h"
#include <assert.h>
Include dependency graph for GLutils.cpp:
Go to the source code of this file.
Functions | |
void | printBitmapString (const char *str, HDC hdc) |
Prints a string to an opengl-friendly screen. More... | |
void | drawCube (GLfloat size, GLenum type) |
Draws a cube. This is based on glut's "glutSolidCube()" routine. |
Author: Matt Loper
Definition in file GLutils.cpp.
|
Prints a string to an opengl-friendly screen.
Definition at line 29 of file GLutils.cpp. Referenced by Scanner::takeSnapshots(). |