assimp dump <model> [out]

Convert models to a binary or textual dump (ASSBIN/ASSXML)

Arguments

NameDescription
modelRelative or absolute path to the input model
outRelative or absolute path to write the output dump to. If it is omitted, the dump is written to '<model>-dump.txt'

Options

NameDescription
-b, --binaryIf true, the dump is written in binary format
-s, --shortIf true, the dump is shortened to include only min/max values for all vertex components and animation channels
-z, --compressedIf true, Compressed
-cfastFast post processing preset, runs just a few important steps
-cdefaultDefault post processing: runs all recommended steps
-cfullFires almost all post processing steps
-h, --helpDetailed help on a command