This file defines the non-inline member functions of the lobot::GLCanvas class, which is used to encapsulate window and viewport operations for doing 2D graphics in OpenGL. More...
#include "Robots/LoBot/ui/LoGLCanvas.H"
#include "Robots/LoBot/config/LoConfigHelpers.H"
#include "Robots/LoBot/util/LoMath.H"
#include <GL/glu.h>
#include <GL/gl.h>
#include <algorithm>
Go to the source code of this file.
This file defines the non-inline member functions of the lobot::GLCanvas class, which is used to encapsulate window and viewport operations for doing 2D graphics in OpenGL.
Definition in file LoGLCanvas.C.