- Converts Mesh (ZMS), Armature (ZMD) and Animation (ZMO) to Ogre3D ASCII .mesh.xml and .skeleton.xml formats
-
Mesh export - Works
-
Armature export - Works
-
Animation export - Works
-
Materials export - Not implemented
- Converts Mesh (ZMS), Armature (ZMD) and Animation (ZMO) to Godot 3D .escn file
-
Mesh export - Works
-
Armature export - Works
-
Animation export - WiP
-
Materials export - Pending
Converter is not fnished yet and project is in pre-alpha stage.
- Used Mogre.Base for math library [https://github.com/amerkoleci/mogre] and added some missing methods
- Used Godot.Core from Godot3D Mono CLI