feat: Add support for 3d assets through assimp converter

This is a start for #144
It does not support all the 3d formats, but its a good few
This commit is contained in:
Aymen Djellal 2024-09-26 08:23:28 -04:00 committed by C4illin
parent 413f5dc7b4
commit 63a4328d4a
5 changed files with 166 additions and 3 deletions

View file

@ -49,7 +49,8 @@ RUN apk --no-cache add \
vips-tools \
vips-poppler \
vips-jxl \
libjxl-tools
libjxl-tools \
assimp
# this might be needed for some latex use cases, will add it if needed.
# texmf-dist-fontsextra \