Crate all_is_cubes_port

source ·
Expand description

Data import and export between all_is_cubes types and other data formats.

Currently supported formats:

FormatExtensionImportExportCaveats
All is Cubes native.alliscubesjsonYesYesVersion compatibility not yet guaranteed.
MagicaVoxel .vox.voxYesYesMaterials, scenes, and layers are ignored.
glTF 2.0.gltfYesTextures are not yet implemented. Output is suitable for rendering but not necessarily editing due to combined meshes.
STL.stlYesMeshes are not necessarily “manifold”/“watertight”.

Modules§

  • File system abstraction, for importing data that does not necessarily live on the file system that std::fs accesses.
  • Export to the glTF 3D file format.

Structs§

  • Selection of the data to be exported.
  • Fatal errors that may be encountered during an import operation.

Enums§

Functions§