Subversion Repositories gelsvn

Rev

Rev 671 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 671 Rev 680
Line 1... Line 1...
1
#include <typeinfo>
1
#include <typeinfo>
2
#include <iostream>
2
#include <iostream>
3
 
3
 
4
#include "CGLA/Mat4x4f.h"
4
#include <GEL/CGLA/Mat4x4f.h>
5
#include "CGLA/Mat2x2f.h"
5
#include <GEL/CGLA/Mat2x2f.h>
6
 
6
 
7
#include "CGLA/Vec2f.h"
7
#include <GEL/CGLA/Vec2f.h>
8
#include "CGLA/Vec2i.h"
8
#include <GEL/CGLA/Vec2i.h>
9
#include "CGLA/Vec3i.h"
9
#include <GEL/CGLA/Vec3i.h>
10
#include "CGLA/Vec3f.h"
10
#include <GEL/CGLA/Vec3f.h>
11
#include "CGLA/Vec3Hf.h"
11
#include <GEL/CGLA/Vec3Hf.h>
12
 
12
 
-
 
13
#ifdef __APPLE__
13
#include "GLGraphics/gel_glut.h"
14
#include <GLUT/glut.h>
-
 
15
#else
-
 
16
#include <GL/glut.h>
-
 
17
#endif
14
 
18
 
15
using namespace CGLA;
19
using namespace CGLA;
16
 
20
 
17
 
21
 
18
Mat4x4f perspective_Mat4x4f(float d)
22
Mat4x4f perspective_Mat4x4f(float d)