save rendertype,

evaluate rednertype specular,
changed info window always on top
This commit is contained in:
Anakin
2017-01-22 15:41:08 +01:00
parent 91488c55b2
commit cdd6ace701
5 changed files with 22 additions and 78 deletions

View File

@@ -50,6 +50,8 @@ struct Material {
float shininess = 80;
bool flags[8] = { false };
bool transparent = false;
std::uint8_t rendertype = 0;
std::uint8_t dataValues[2] = { 0 };
};
class FileInterface : public QObject