Subversion Repositories gelsvn

Rev

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

Rev 125 Rev 132
Line 1... Line 1...
1
#ifndef __TEXMAP_H__
1
#ifndef __TEXMAP_H__
2
#define __TEXMAP_H__
2
#define __TEXMAP_H__
3
 
3
 
4
#include <string>
4
#include <string>
5
#include <CGLA/Vec3f.h>
5
#include "CGLA/Vec3f.h"
6
#if defined(__APPLE__) && defined(__MACH__)
-
 
7
#include <OpenGL/gl.h>
6
#include "Graphics/gel_gl.h"
8
#else
-
 
9
#include <GL/gl.h>
-
 
10
#endif
-
 
11
 
7
 
12
namespace Geometry
8
namespace Geometry
13
{
9
{
14
	class Texmap 
10
	class Texmap 
15
	{
11
	{