Subversion Repositories gelsvn

Rev

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

Rev 125 Rev 132
Line 8... Line 8...
8
#include "CGLA/Vec2i.h"
8
#include "CGLA/Vec2i.h"
9
#include "CGLA/Vec3i.h"
9
#include "CGLA/Vec3i.h"
10
#include "CGLA/Vec3f.h"
10
#include "CGLA/Vec3f.h"
11
#include "CGLA/Vec3Hf.h"
11
#include "CGLA/Vec3Hf.h"
12
 
12
 
13
#if defined(__APPLE__) && defined(__MACH__)
-
 
14
#include <GLUT/glut.h>
13
#include "Graphics/gel_glut.h"
15
#else
-
 
16
#include <GL/glut.h>
-
 
17
#endif
-
 
18
 
-
 
19
 
14
 
20
using namespace CGLA;
15
using namespace CGLA;
21
 
16
 
22
 
17
 
23
Mat4x4f perspective_Mat4x4f(float d)
18
Mat4x4f perspective_Mat4x4f(float d)