|
#include "../common/standard.h"
#include <windows.h>
#include <GL/glu.h>
#include <fstream.h>
#include <string>
#include "XmlNode.h"
#include "Viewpoint.h"
#include "StvFile.h"
#include "GLutils.h"
Include dependency graph for Viewpoint.cpp:
Go to the source code of this file.
This uses code adapted from SGI's reference implementation of OpenGL -- specifically "gluPerspective", "gluLookAt", and "glTranslate".
Author: Matt Loper
Definition in file Viewpoint.cpp.