Material.h File Reference
#include <memory>
#include "Shader.h"
#include "Texture.h"
#include "MaterialData.h"

Go to the source code of this file.

Classes

class  Material
 A material is associated with textures and a shader to define the look of an object. More...
 

Typedefs

typedef std::shared_ptr< MaterialMaterialPtr
 

Typedef Documentation

typedef std::shared_ptr< Material > MaterialPtr