assimp dump <model> [out]
Convert models to a binary or textual dump (ASSBIN/ASSXML)
Arguments
Name | Description |
---|
model | Relative or absolute path to the input model |
out | Relative or absolute path to write the output dump to. If it is omitted, the dump is written to '<model>-dump.txt' |
Options
Name | Description |
---|
-b, --binary | If true, the dump is written in binary format |
-s, --short | If true, the dump is shortened to include only min/max values for all vertex components and animation channels |
-z, --compressed | If true, Compressed |
-cfast | Fast post processing preset, runs just a few important steps |
-cdefault | Default post processing: runs all recommended steps |
-cfull | Fires almost all post processing steps |
-h, --help | Detailed help on a command |