Subversion Repositories gelsvn

Rev

Rev 647 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 647 Rev 650
Line 2... Line 2...
2
 * This file is part of GEL, http://www.imm.dtu.dk/GEL
2
 * This file is part of GEL, http://www.imm.dtu.dk/GEL
3
 * Copyright (C) the authors and DTU Informatics
3
 * Copyright (C) the authors and DTU Informatics
4
 * For license and list of authors, see ../../doc/intro.pdf
4
 * For license and list of authors, see ../../doc/intro.pdf
5
 * ----------------------------------------------------------------------- */
5
 * ----------------------------------------------------------------------- */
6
 
6
 
7
#include "gel_glu.h"
7
#include "../GL/glew.h"
8
#include "GLViewController.h"
8
#include "GLViewController.h"
9
#include "../CGLA/Mat3x3f.h"
9
#include "../CGLA/Mat3x3f.h"
10
 
10
 
11
using namespace std;
11
using namespace std;
12
using namespace CGLA;
12
using namespace CGLA;