Add support for parsing 'illum' and 'd'/'Tr' statements.
This commit is contained in:
@@ -23,6 +23,9 @@ typedef struct
|
||||
float emission[3];
|
||||
float shininess;
|
||||
float ior; // index of refraction
|
||||
float dissolve; // 1 == opaque; 0 == fully transparent
|
||||
// illumination model (see http://www.fileformat.info/format/material/)
|
||||
int illum;
|
||||
|
||||
std::string ambient_texname;
|
||||
std::string diffuse_texname;
|
||||
|
||||
Reference in New Issue
Block a user