+ Support of export to X3D for meshes

This commit is contained in:
wmayer
2013-11-25 13:39:31 +01:00
parent cbbf3ee390
commit b7a9b774f3
4 changed files with 84 additions and 0 deletions

View File

@@ -161,6 +161,7 @@ PyObject* MeshPy::write(PyObject *args)
ext["OBJ" ] = MeshCore::MeshIO::OBJ;
ext["OFF" ] = MeshCore::MeshIO::OFF;
ext["IV" ] = MeshCore::MeshIO::IV;
ext["X3D" ] = MeshCore::MeshIO::X3D;
ext["VRML"] = MeshCore::MeshIO::VRML;
ext["WRL" ] = MeshCore::MeshIO::VRML;
ext["WRZ" ] = MeshCore::MeshIO::WRZ;