MIRA
Public Member Functions | Public Attributes | List of all members
Material Class Reference

Material class used for coloring and texturing rigid model parts (links) More...

#include <model/Material.h>

Public Member Functions

template<typename Reflector >
void reflect (Reflector &r)
 

Public Attributes

std::string name
 Name of the material. More...
 
Color::RGBA color
 Optional color of the material. More...
 
std::string texture
 Optional texture name. More...
 

Detailed Description

Material class used for coloring and texturing rigid model parts (links)

Member Function Documentation

◆ reflect()

void reflect ( Reflector &  r)
inline

Member Data Documentation

◆ name

std::string name

Name of the material.

◆ color

Color::RGBA color

Optional color of the material.

◆ texture

std::string texture

Optional texture name.


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