all tools

3D tools 4

Convert 3D models between the formats assimp reads, inspect mesh statistics, and strip authoring metadata before sharing a file. Everything runs through assimp compiled to WebAssembly on your own machine.

Questions

Which model formats are supported?

Whatever assimp reads, which is around forty formats including OBJ, STL, FBX, DAE, PLY and glTF. Conversion runs through assimp compiled to WebAssembly, in the page.

Is my model uploaded?

No. Everything happens on your device, which matters for work under NDA or for a scan of something you would rather not put on a server.

What does stripping metadata remove?

The generator string, copyright field, node and mesh names, and any glTF extras. Geometry is kept, and the GLB is rebuilt with its binary chunk intact so the mesh survives.

Can I check a model before printing it?

Mesh info reports vertex and face counts and the bounding box, which is enough to catch a model at the wrong scale or one that arrived empty.