Subversion Repositories gelsvn

Rev

Rev 594 | Show entire file | Regard 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 <GLGraphics/glsl_shader.h>
8
#include "../GLGraphics/glsl_shader.h"
9
#include "SinglePassWireframeRenderer.h"
9
#include "SinglePassWireframeRenderer.h"
10
 
10
 
11
using namespace CGLA;
11
using namespace CGLA;
12
using namespace std;
12
using namespace std;
13
using namespace GLGraphics;
13
using namespace GLGraphics;