small refactoring
This commit is contained in:
@@ -62,7 +62,7 @@ void Map::copyToQGLMap(QGLMap & m) const {
|
||||
|
||||
|
||||
|
||||
Material::Material(const QString _name)/*: map_reflection(512)*/ {
|
||||
Material::Material(const QString _name) {
|
||||
setTypes();
|
||||
name = _name;
|
||||
color_diffuse = Qt::white;
|
||||
|
||||
Reference in New Issue
Block a user