git-svn-id: svn://db.shs.com.ru/libs@540 a8b55f48-bf90-11e4-a774-851b48703e85

This commit is contained in:
2019-05-27 16:36:51 +00:00
parent 09e7268779
commit bb75525a3b
37 changed files with 926 additions and 683 deletions

View File

@@ -37,6 +37,6 @@ namespace LoaderOBJ {
Material materialByName(const QVector<Material> & materials, const QString & name);
}
GLObjectBase * loadFromOBJFile(const QString & filepath, double scale = 1.0);
GLObjectBase * loadFromOBJFile(const QString & filepath, float scale = 1.0);
#endif // LOADER_3DS_H