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
Static Public Member Functions | Static Private Attributes
radix::MaterialLoader Class Reference

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

Static Public Member Functions

static const Material loadFromXML (const std::string &path)
 
static const MaterialgetMaterial (const std::string &name)
 
static const MaterialfromTexture (const std::string &name)
 

Static Private Attributes

static std::map< std::string,
Material
materialCache = {}
 

Member Function Documentation

const Material & radix::MaterialLoader::fromTexture ( const std::string &  name)
static
const Material & radix::MaterialLoader::getMaterial ( const std::string &  name)
static
const Material radix::MaterialLoader::loadFromXML ( const std::string &  path)
static

Field Documentation

std::map< std::string, Material > radix::MaterialLoader::materialCache = {}
staticprivate

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