Open Asset Import Library (short name: Assimp) is a portable Open Source library to import various well-known 3-D model formats in a uniform manner. The most recent version also knows how to export 3_D files and is therefore suitable as a general-purpose 3-D model converter.
Open Asset Import Library (short name: Assimp) is a portable Open Source library to import various well-known 3-D model formats in a uniform manner. The most recent version also knows how to export 3_D files and is therefore suitable as a general-purpose 3-D model converter.
To install assimp_tools, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install assimp_tools
To see what files were installed by assimp_tools, run:
port contents assimp_tools
To later upgrade assimp_tools, run:
sudo port selfupdate && sudo port upgrade assimp_tools
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.