Convert files in 40+ 3D file formats, including Collada, 3DS, OBJ, LWO, FBX, Blender, X, STL, PLY, MS3D, B3D, MD3, MDL, DXF and IFC to gltf.
assimp2gltf is a command line tool designed to expose the import capabilities of assimp, the Open Asset Import Library to WebGl developers. The tool takes a single 3d model as input file, imports it using assimp and converts the result to gltf.
assimp2gltf is platform-independent, its only dependency is assimp itself.
$ assimp2gltf [flags] input_file [output_file]
- animations
- asset
- shaders
- accessors
- bufferViews
- buffers
- textures
- samplers
- images
- materials
- techniques
- nodes
- cameras
- lights
- scenes
- meshes
- skins
- scene
Invoke assimp2gltf with no arguments for detailed information.