assimp
Command-line client for the Open Asset Import Library. Supports loading of 40+ 3D file formats, and exporting to several popular 3D formats. More information: <https://assimp-docs.readthedocs.io/>.
RUN apt-get update && \
apt-get install -y assimp-utils
RUN apt-get update && \
apt-get install -y assimp-utils
RUN pacman -S --noconfirm assimp
RUN apt-get update && \
apt-get install -y assimp-utils
RUN dnf install -y assimp
RUN apt-get update && \
apt-get install -y assimp-utils