Michael MIGLIORE

Results 154 comments of 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: ![image](https://user-images.githubusercontent.com/6069752/170983369-9a706e64-49c6-4efe-9f5a-8c5f3e05ae4b.png)

Indeed the thumbnail is weird ![image](https://user-images.githubusercontent.com/6069752/170984580-bf7c6795-a376-40ef-a764-48ea4dda3a61.png)

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

Can you share the file?