Subversion Repositories gelsvn

Rev

Rev 594 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 594 Rev 601
Line 10... Line 10...
10
 */
10
 */
11
 
11
 
12
#ifndef __GLGRAPHICS_SINGLE_PASS_WIREFRAME__
12
#ifndef __GLGRAPHICS_SINGLE_PASS_WIREFRAME__
13
#define __GLGRAPHICS_SINGLE_PASS_WIREFRAME__
13
#define __GLGRAPHICS_SINGLE_PASS_WIREFRAME__
14
 
14
 
15
#include <GL/glew.h>
15
#include "../GL/glew.h"
16
#include <CGLA/Vec3f.h>
16
#include "../CGLA/Vec3f.h"
17
 
17
 
18
namespace GLGraphics
18
namespace GLGraphics
19
{
19
{
20
	/** Class for wireframe rendering. Enable it will case all triangles to be drawn to be drawn as
20
	/** Class for wireframe rendering. Enable it will case all triangles to be drawn to be drawn as
21
		wireframe. Only triangles are supported, but it is fast. */
21
		wireframe. Only triangles are supported, but it is fast. */