Subversion Repositories gelsvn

Rev

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

Rev 414 Rev 594
Line 1... Line -...
1
/*
-
 
-
 
1
/* ----------------------------------------------------------------------- *
2
 *  wireframe.cpp
2
 * This file is part of GEL, http://www.imm.dtu.dk/GEL
3
 *  GEL
-
 
4
 *
-
 
5
 *  Created by J. Andreas Bærentzen on 05/08/08.
3
 * Copyright (C) the authors and DTU Informatics
6
 *  Copyright 2008 __MyCompanyName__. All rights reserved.
4
 * For license and list of authors, see ../../doc/intro.pdf
-
 
5
 * ----------------------------------------------------------------------- */
7
 *
6
 
8
 */
-
 
9
#include <iostream>
7
#include <iostream>
10
#include <GLGraphics/glsl_shader.h>
8
#include <GLGraphics/glsl_shader.h>
11
#include "SinglePassWireframeRenderer.h"
9
#include "SinglePassWireframeRenderer.h"
12
 
10
 
13
using namespace CGLA;
11
using namespace CGLA;