GlPortal Class Reference  0.1.1
Source code documentation of the free and open 3D action puzzle game.
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Data Fields | Static Public Attributes
radix::Material Class Reference

#include <external/RadixEngine/include/radix/data/material/Material.hpp>

Data Fields

std::string name
 
std::string fancyname
 
Texture diffuse
 
Texture specular
 
Texture normal
 
Texture height
 
float shininess = 0
 
float scaleU = 1
 
float scaleV = 1
 
bool portalable
 
std::string kind
 
std::vector< std::string > tags
 
int tileScale
 

Static Public Attributes

static const Material Empty
 

Field Documentation

Texture radix::Material::diffuse
const Material radix::Material::Empty
static
std::string radix::Material::fancyname
Texture radix::Material::height
std::string radix::Material::kind
std::string radix::Material::name
Texture radix::Material::normal
bool radix::Material::portalable
float radix::Material::scaleU = 1
float radix::Material::scaleV = 1
float radix::Material::shininess = 0
Texture radix::Material::specular
std::vector<std::string> radix::Material::tags
int radix::Material::tileScale

The documentation for this class was generated from the following file: