OSDN Git Service

implement mqo importer for mqo.
[meshio/meshio.git] / include / mqo.h
index a7c6781..fb932da 100644 (file)
@@ -97,6 +97,10 @@ struct Material
                : shader(0), diffuse(1), ambient(0), emmit(0), specular(0), power(0),
                vcol(0)
                {}
+
+       // for python3 unicode
+       std::wstring getName()const;
+       std::wstring getTexture()const;
 };
 inline std::ostream &operator<<(std::ostream &os, const Material &rhs)
 {