Michael MIGLIORE
Michael MIGLIORE
Android build is merged here: #382 New required APIs here: #383 This PR will now focus on java bindings
Actually, closing this one for #390
I think it's out of scope, one can just do: ```bash for f in ./files/*; do f3d $f --output=output_$f.png done ```
Your GLB file is using DRACO extension which is not supported yet. Related issue: https://github.com/f3d-app/f3d/issues/59 The OBJ file looks good on my side: 
Indeed the thumbnail is weird 
Works fine with `--geometry-only` option. It's probably an issue with `vtkOBJImporter`
[s1.zip](https://github.com/f3d-app/f3d/files/8798120/s1.zip) Attaching the file here in case the WT link dies.
OBJ importer fixed here: https://gitlab.kitware.com/vtk/vtk/-/merge_requests/9488
Fixed in master
Can you share the file?