From Mike Weiblen, added new rot, scale and trans pseudo loaders.

This commit is contained in:
Robert Osfield
2004-05-07 15:18:59 +00:00
parent a196ea1d5d
commit bdeb391a00
14 changed files with 678 additions and 8 deletions

View File

@@ -24,6 +24,7 @@ extern OSGDB_EXPORT std::string getFilePath(const std::string& filename);
extern OSGDB_EXPORT std::string getFileExtension(const std::string& filename);
extern OSGDB_EXPORT std::string getLowerCaseFileExtension(const std::string& filename);
extern OSGDB_EXPORT std::string getSimpleFileName(const std::string& fileName);
extern OSGDB_EXPORT std::string getNameLessExtension(const std::string& fileName);
extern OSGDB_EXPORT std::string getStrippedName(const std::string& fileName);
extern OSGDB_EXPORT bool equalCaseInsensitive(const std::string& lhs,const std::string& rhs);