Skip to content
nimadez edited this page Oct 2, 2024 · 1 revision

File I/O

  • Save and load JSON
  • Import voxels from JSON
  • Import voxels from baked GLB
  • Import MagicaVoxel VOX (support single object)
  • Export raw voxels to OBJ (triangulated volume grid)
  • Export Bakes to GLB, GLTF, OBJ, STL (the mesh is clean and empty)
  • Take pixel perfect screenshot to PNG (4x larger)
  • Support file drag-n-drop (JSON, VOX, OBJ, GLB, HDR, PNG, JPG, SVG)
  • Set "project name" to save, export and screenshot easier
  • Screenshot is transparent when "background" is unchecked
  • STL export optimized for the default Blender handiness
  • Try Blender importer script (useful in physics simulations)

Storage and Memory

  • 5 persistent local storages with image preview (snapshots)
  • Quick save and quick load voxels (topbar buttons)
  • Undo/redo for voxels
  • Data stored in the browser's history
  • Memory support drawing, painting, symmetry, and hidden voxels
  • Memory is cleared after loading a new model
Clone this wiki locally