Subversion Repositories gelsvn

Rev

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

Rev 594 Rev 601
Line 3... Line 3...
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 <iostream>
7
#include <iostream>
8
#include "CGLA/CGLA.h"
8
#include "../CGLA/CGLA.h"
9
#include "QuatTrackBall.h"
9
#include "QuatTrackBall.h"
10
 
10
 
11
#include "gel_glu.h"
11
#include "gel_glu.h"
12
#include "GLViewController.h"
12
#include "GLViewController.h"
13
 
13