Subversion Repositories gelsvn

Rev

Rev 393 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
386 jab 1
/*
2
 *  wireframe.h
3
 *  GEL
4
 *
5
 *  Created by J. Andreas Bærentzen on 05/08/08.
6
 *  Copyright 2008 __MyCompanyName__. All rights reserved.
7
 *
8
 */
395 jab 9
#include "HMesh/Manifold.h"
386 jab 10
 
11
void initialize_wireframe_shaders();
395 jab 12
 
13
void draw_as_wire(HMesh::Manifold& m, bool per_vertex_norms);