mirror of https://github.com/mosra/magnum.git
Browse Source
Now named MaterialType. It's easier to type this:
auto t = Trade::MaterialType::Phong;
Than this overlong name, which is moreover ambiguous due to subclassing:
auto t = Trade::AbstractMaterialData::Type::Phong;
// or should I use rather Trade::PhongMaterialData::Type::Phong?
pull/23/head
4 changed files with 21 additions and 17 deletions
Loading…
Reference in new issue