LinuxCommandLibrary

assimp

Import and convert 3D model file formats

TLDR

Convert 3D model format

$ assimp export [input.fbx] [output.obj]
copy
Show model information
$ assimp info [model.fbx]
copy
List supported formats
$ assimp listext
copy
Extract embedded textures
$ assimp extract [model.fbx]
copy

SYNOPSIS

assimp command [options] file

DESCRIPTION

assimp is the command-line interface for the Open Asset Import Library, supporting import and export of numerous 3D file formats. It can convert between formats, extract data, and optimize models.
The tool supports formats including OBJ, FBX, COLLADA, glTF, STL, and dozens more.

PARAMETERS

export in out

Convert file format
info file
Display model information
extract file
Extract embedded textures
listext
List supported file extensions
knowext
Check if extension is supported
exportinfo
List export formats
version
Show version
-v, --verbose
Verbose output

CAVEATS

Conversion quality varies by format. Some features may be lost in translation. Complex materials may not convert perfectly. Large models consume significant memory.

HISTORY

The Open Asset Import Library was created around 2008 to provide a unified interface for loading 3D models across game engines and graphics applications.

SEE ALSO

blender(1), meshlab(1)

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard

> TERMINAL_GEAR

Curated for the Linux community