mirror of
https://github.com/minetest/irrlicht.git
synced 2025-02-22 22:00:26 +01:00
I don't even know why we have file writers
This commit is contained in:
parent
af49570aec
commit
44a23622ea
@ -18,12 +18,8 @@ namespace scene
|
|||||||
name clashes with external mesh writers.*/
|
name clashes with external mesh writers.*/
|
||||||
enum EMESH_WRITER_TYPE
|
enum EMESH_WRITER_TYPE
|
||||||
{
|
{
|
||||||
//! Irrlicht native mesh writer, for static .irrmesh files.
|
|
||||||
EMWT_IRR_MESH = MAKE_IRR_ID('i','r','r','m'),
|
|
||||||
|
|
||||||
|
|
||||||
//! B3D mesh writer, for static .b3d files
|
//! B3D mesh writer, for static .b3d files
|
||||||
EMWT_B3D = MAKE_IRR_ID('b', '3', 'd', 0)
|
// EMWT_B3D = MAKE_IRR_ID('b', '3', 'd', 0)
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user