Subversion Repositories gelsvn

Rev

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

Rev 594 Rev 601
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 <GL/glew.h>
7
#include "../GL/glew.h"
8
 
8
 
9
#include <CGLA/Mat4x4f.h>
9
#include "../CGLA/Mat4x4f.h"
10
#include <CGLA/Vec3d.h>
10
#include "../CGLA/Vec3d.h"
11
#include <HMesh/Manifold.h>
11
#include "../HMesh/Manifold.h"
12
 
12
 
13
#include "draw.h"
13
#include "draw.h"
14
#include "SinglePassWireframeRenderer.h"
14
#include "SinglePassWireframeRenderer.h"
15
#include "IDBufferWireFrameRenderer.h"
15
#include "IDBufferWireFrameRenderer.h"
16
#include "SOIL.h"
16
#include "SOIL.h"