Forrest logo
back to context overview

assimp

List of commands for assimp:

  • assimp:tldr:0b578 assimp: List all supported import formats.
    $ assimp listext
    try on your machine
    explain this command
  • assimp:tldr:512ca assimp: Get help on a specific subcommand (e.g. the parameters specific to it).
    $ assimp ${subcommand} --help
    try on your machine
    explain this command
  • assimp:tldr:867a3 assimp: List all supported export formats.
    $ assimp listexport
    try on your machine
    explain this command
  • assimp:tldr:de38a assimp: Convert a file to one of the supported output formats, using the default parameters.
    $ assimp export ${input_file-stl} ${output_file-obj}
    try on your machine
    explain this command
  • assimp:tldr:e46d7 assimp: List all supported subcommands ("verbs").
    $ assimp help
    try on your machine
    explain this command
  • assimp:tldr:ee8aa assimp: Display a summary of a 3D file's contents.
    $ assimp info ${filename}
    try on your machine
    explain this command
  • assimp:tldr:fd3ed assimp: Convert a file using custom parameters (the dox_cmd.h file in assimp's source code lists available parameters).
    $ assimp export ${input_file-stl} ${output_file-obj} ${parameters}
    try on your machine
    explain this command
back to context overview