Some OpenGL related helpers. More...
#include "Robots/LoBot/util/LoGL.H"
#include <GL/glut.h>
#include <GL/glu.h>
#include <GL/gl.h>
Go to the source code of this file.
Functions | |
void | lobot::draw_label (float x, float y, const char *label) |
Draw a text label in a GLUT window. | |
void | lobot::draw_vector (const Vector &) |
Draw a vector from the origin. |
Some OpenGL related helpers.
Definition in file LoGL.C.