
assimp
List of commands for assimp:
-
assimp:tldr:0b578 assimp: List all supported import formats.$ assimp listexttry on your machineexplain this command
-
assimp:tldr:512ca assimp: Get help on a specific subcommand (e.g. the parameters specific to it).$ assimp ${subcommand} --helptry on your machineexplain this command
-
assimp:tldr:867a3 assimp: List all supported export formats.$ assimp listexporttry on your machineexplain 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 machineexplain this command
-
assimp:tldr:e46d7 assimp: List all supported subcommands ("verbs").$ assimp helptry on your machineexplain this command
-
assimp:tldr:ee8aa assimp: Display a summary of a 3D file's contents.$ assimp info ${filename}try on your machineexplain 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 machineexplain this command