Fixes
This commit is contained in:
@@ -14,11 +14,15 @@ class CB3DJSONMeshFileLoader : public IMeshLoader
|
||||
{
|
||||
public:
|
||||
|
||||
CB3DJSONMeshFileLoader();
|
||||
CB3DJSONMeshFileLoader::CB3DJSONMeshFileLoader()
|
||||
{
|
||||
}
|
||||
|
||||
bool isALoadableFileExtension(const io::path& fileName) const override;
|
||||
|
||||
IAnimatedMesh* createMesh(io::IReadFile* file) override;
|
||||
bool CB3DJSONMeshFileLoader::isALoadableFileExtension(
|
||||
const io::path& fileName) const
|
||||
{
|
||||
return core::hasFileExtension(fileName, "b3djson");
|
||||
}
|
||||
|
||||
};// class CB3DJSONMeshFileLoader
|
||||
} // namespace scene
|
||||
|
Reference in New Issue
Block a user