Subversion Repositories gelsvn

Rev

Rev 310 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 310 Rev 322
Line 1... Line 1...
1
#ifndef CAMERA_H
1
#ifndef CAMERA_H
2
#define CAMERA_H
2
#define CAMERA_H
3
 
3
 
4
#include "GL/glut.h"
4
#include "GLGraphics/gel_glut.h"
5
 
5
 
6
#include "CGLA/Vec2f.h"
6
#include "CGLA/Vec2f.h"
7
#include "CGLA/Vec3f.h"
7
#include "CGLA/Vec3f.h"
8
 
8
 
9
#include "Geometry/Ray.h"
9
#include "Geometry/Ray.h"