Exporting from Sloyd

Sloyd currently supports two export formats: .glb/.gltf and .obj. More formats like .fbx, .usd, are coming in the future.

GLB exports

  • Comes with up to 4 materials.

  • You can change each material in the webapp, or in any 3D software that supports PBR.

  • UVs are laid out in a separate layer for each material, making it easier to quickly change textures on the predefined material indexes.

  • This format is ideal for models that require intricate detailing.

OBJ exports

  • OBJ models are exported as a single mesh

  • Comes without textures or materials.

  • UVs are automatically unwrapped for the entire model in one map.

  • This format is suitable for simplified designs and is the most widely accepted 3D format by other 3D software

STL exports

  • A format for 3D printing

  • Exported as a single mesh

  • Comes without textures or materials.