MEPP2 Project
Namespaces | Macros
Texture.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 FEVV
 Interfaces for plugins These interfaces will be used for different plugins.
 

Macros

#define NO_TEXCOORDS   0
 
#define VERTEX_TEXCOORDS2D   1
 
#define HALFEDGE_TEXCOORDS2D   2
 
#define VERTEX_TEXCOORDS3D   3
 
#define HALFEDGE_TEXCOORDS3D   4
 

Macro Definition Documentation

◆ HALFEDGE_TEXCOORDS2D

#define HALFEDGE_TEXCOORDS2D   2

Definition at line 20 of file Texture.h.

◆ HALFEDGE_TEXCOORDS3D

#define HALFEDGE_TEXCOORDS3D   4

Definition at line 23 of file Texture.h.

◆ NO_TEXCOORDS

#define NO_TEXCOORDS   0

Definition at line 17 of file Texture.h.

◆ VERTEX_TEXCOORDS2D

#define VERTEX_TEXCOORDS2D   1

Definition at line 19 of file Texture.h.

◆ VERTEX_TEXCOORDS3D

#define VERTEX_TEXCOORDS3D   3

Definition at line 22 of file Texture.h.