cocos2d-x  3.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
ObjLoader::material_t Struct Reference

#include <CCObjLoader.h>

Public Attributes

std::string name
 
float ambient [3]
 
float diffuse [3]
 
float specular [3]
 
float transmittance [3]
 
float emission [3]
 
float shininess
 
float ior
 
float dissolve
 
int illum
 
std::string ambient_texname
 
std::string diffuse_texname
 
std::string specular_texname
 
std::string normal_texname
 
std::map< std::string,
std::string > 
unknown_parameter
 

Member Data Documentation

float ambient[3]
std::string ambient_texname
float diffuse[3]
std::string diffuse_texname
float dissolve
float emission[3]
int illum
float ior
std::string name
std::string normal_texname
float shininess
float specular[3]
std::string specular_texname
float transmittance[3]
std::map<std::string, std::string> unknown_parameter

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