MEPP2 Project
Classes | Typedefs | Enumerations
FEVV::Types Namespace Reference

Classes

struct  GuiProperties
 
struct  Material
 
struct  MVR
 

Typedefs

typedef cimg_library::CImg< unsigned char > Image
 

Enumerations

enum  DisplayMode { DisplayMode::NO_COLOR, DisplayMode::VERTEX_COLOR, DisplayMode::FACE_COLOR, DisplayMode::TEXTURE }
 
enum  MaterialType { MaterialType::MATERIAL_TYPE_STANDARD, MaterialType::MATERIAL_TYPE_PBR }
 

Typedef Documentation

◆ Image

typedef cimg_library::CImg< unsigned char > FEVV::Types::Image

Definition at line 41 of file Material.h.

Enumeration Type Documentation

◆ DisplayMode

Enumerator
NO_COLOR 
VERTEX_COLOR 
FACE_COLOR 
TEXTURE 

Definition at line 20 of file Gui_properties.h.

◆ MaterialType

Enumerator
MATERIAL_TYPE_STANDARD 
MATERIAL_TYPE_PBR 

Definition at line 38 of file Material.h.