Assimp  v3.1.1 (June 2014)
Assimp::XFile::TexEntry Struct Reference

Helper structure representing a texture filename inside a material and its potential source. More...

Public Member Functions

 TexEntry ()
 
 TexEntry (const std::string &pName, bool pIsNormalMap=false)
 

Public Attributes

bool mIsNormalMap
 
std::string mName
 

Detailed Description

Helper structure representing a texture filename inside a material and its potential source.

Constructor & Destructor Documentation

Assimp::XFile::TexEntry::TexEntry ( )
inline
Assimp::XFile::TexEntry::TexEntry ( const std::string &  pName,
bool  pIsNormalMap = false 
)
inline

Member Data Documentation

bool Assimp::XFile::TexEntry::mIsNormalMap
std::string Assimp::XFile::TexEntry::mName

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