Cafu Engine
CafuModelT::SkinT Struct Reference

This struct describes additional/alternative skins for the meshes of this model. More...

#include "Model_cmdl.hpp"

Public Attributes

std::string Name
 The name of this skin. More...
 
ArrayT< MaterialT * > Materials
 For each mesh m, Materials[m] is the material for the mesh in this skin. If Materials[m] is NULL, the material of the default skin is used. More...
 
ArrayT< MatSys::RenderMaterialT * > RenderMaterials
 Analogous to Materials, these are the (possibly NULL) render materials for the meshes in this skin. More...
 

Detailed Description

This struct describes additional/alternative skins for the meshes of this model.

Member Data Documentation

ArrayT<MaterialT*> CafuModelT::SkinT::Materials

For each mesh m, Materials[m] is the material for the mesh in this skin. If Materials[m] is NULL, the material of the default skin is used.

std::string CafuModelT::SkinT::Name

The name of this skin.

ArrayT<MatSys::RenderMaterialT*> CafuModelT::SkinT::RenderMaterials

Analogous to Materials, these are the (possibly NULL) render materials for the meshes in this skin.


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