Assimp  v3.1.1 (June 2014)
Assimp::Q3Shader::ShaderMapBlock Struct Reference

Tiny utility data structure to hold a .shader map data block. More...

Public Member Functions

bool operator== (const std::string &o) const
 For std::find() More...
 
 ShaderMapBlock ()
 

Public Attributes

AlphaTestFunc alpha_test
 
BlendFunc blend_dest
 
BlendFunc blend_src
 Blend and alpha test settings for texture. More...
 
std::string name
 Name of referenced map. More...
 

Detailed Description

Tiny utility data structure to hold a .shader map data block.

Constructor & Destructor Documentation

§ ShaderMapBlock()

Assimp::Q3Shader::ShaderMapBlock::ShaderMapBlock ( )
inline

Member Function Documentation

§ operator==()

bool Assimp::Q3Shader::ShaderMapBlock::operator== ( const std::string &  o) const
inline

For std::find()

Member Data Documentation

§ alpha_test

AlphaTestFunc Assimp::Q3Shader::ShaderMapBlock::alpha_test

§ blend_dest

BlendFunc Assimp::Q3Shader::ShaderMapBlock::blend_dest

§ blend_src

BlendFunc Assimp::Q3Shader::ShaderMapBlock::blend_src

Blend and alpha test settings for texture.

§ name

std::string Assimp::Q3Shader::ShaderMapBlock::name

Name of referenced map.


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