|
#include "standard.h"
#include <windows.h>
#include <GL/glu.h>
#include "MatrixTypes.h"
#include <math.h>
Include dependency graph for GLutils.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Compounds | |
| class | ModelviewMatrix |
| Encapsulates a limited OpenGL modelview matrix. More... | |
| class | ProjectionMatrix |
| Encapsulates a limited OpenGL projection matrix. More... | |
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.h.
|
||||||||||||
|
Prints a string to an opengl-friendly screen.
Definition at line 29 of file GLutils.cpp. Referenced by Scanner::takeSnapshots(). |
1.2.15