Subversion Repositories gelsvn

Rev

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

Rev 396 Rev 594
Line -... Line 1...
-
 
1
/* ----------------------------------------------------------------------- *
-
 
2
 * This file is part of GEL, http://www.imm.dtu.dk/GEL
-
 
3
 * Copyright (C) the authors and DTU Informatics
-
 
4
 * For license and list of authors, see ../../doc/intro.pdf
-
 
5
 * ----------------------------------------------------------------------- */
1
/*
6
 
2
 *  wireframe.h
-
 
3
 *  GEL
-
 
4
 *
7
/**
5
 *  Created by J. Andreas Bærentzen on 05/08/08.
8
 * @file SinglePassWireframeRenderer.h
6
 *  Copyright 2008 __MyCompanyName__. All rights reserved.
9
 * @brief Render triangles in wire frame using efficient single pass method.
7
 *
-
 
8
 */
10
 */
-
 
11
 
9
#ifndef __GLGRAPHICS_SINGLE_PASS_WIREFRAME__
12
#ifndef __GLGRAPHICS_SINGLE_PASS_WIREFRAME__
10
#define __GLGRAPHICS_SINGLE_PASS_WIREFRAME__
13
#define __GLGRAPHICS_SINGLE_PASS_WIREFRAME__
11
 
14
 
12
#include <GL/glew.h>
15
#include <GL/glew.h>
13
#include <CGLA/Vec3f.h>
16
#include <CGLA/Vec3f.h>