mirror of
https://github.com/minetest/irrlicht.git
synced 2024-11-05 01:40:44 +01:00
bsp is gone
This commit is contained in:
parent
43e61fb8bf
commit
b7e60746fa
|
@ -33,7 +33,7 @@ CB3DMeshFileLoader::CB3DMeshFileLoader(scene::ISceneManager* smgr)
|
|||
|
||||
|
||||
//! returns true if the file maybe is able to be loaded by this class
|
||||
//! based on the file extension (e.g. ".bsp")
|
||||
//! based on the file extension (e.g. ".b3d")
|
||||
bool CB3DMeshFileLoader::isALoadableFileExtension(const io::path& filename) const
|
||||
{
|
||||
return core::hasFileExtension ( filename, "b3d" );
|
||||
|
|
|
@ -30,7 +30,7 @@ public:
|
|||
CB3DMeshFileLoader(scene::ISceneManager* smgr);
|
||||
|
||||
//! returns true if the file maybe is able to be loaded by this class
|
||||
//! based on the file extension (e.g. ".bsp")
|
||||
//! based on the file extension (e.g. ".b3d")
|
||||
bool isALoadableFileExtension(const io::path& filename) const override;
|
||||
|
||||
//! creates/loads an animated mesh from the file.
|
||||
|
|
|
@ -40,7 +40,7 @@ COBJMeshFileLoader::~COBJMeshFileLoader()
|
|||
|
||||
|
||||
//! returns true if the file maybe is able to be loaded by this class
|
||||
//! based on the file extension (e.g. ".bsp")
|
||||
//! based on the file extension (e.g. ".b3d")
|
||||
bool COBJMeshFileLoader::isALoadableFileExtension(const io::path& filename) const
|
||||
{
|
||||
return core::hasFileExtension ( filename, "obj" );
|
||||
|
|
|
@ -36,7 +36,7 @@ CXMeshFileLoader::CXMeshFileLoader(scene::ISceneManager* smgr)
|
|||
|
||||
|
||||
//! returns true if the file maybe is able to be loaded by this class
|
||||
//! based on the file extension (e.g. ".bsp")
|
||||
//! based on the file extension (e.g. ".b3d")
|
||||
bool CXMeshFileLoader::isALoadableFileExtension(const io::path& filename) const
|
||||
{
|
||||
return core::hasFileExtension ( filename, "x" );
|
||||
|
|
Loading…
Reference in New Issue
Block a user