Mathieu Westphal
Mathieu Westphal
**Describe the bug** MacOS + Java bindings occasionally segfaults, specifically: In CI, since we switched to macos-13, the TestJavaBindings when building against vtk 9.2.6 fails with: ``` 383/384 Test #384:...
**Describe the bug** Wrong coloring of a specific .obj file **To Reproduce** Steps to reproduce the behavior: 0. [regr01.zip](https://github.com/f3d-app/f3d/files/10611426/regr01.zip) 1. Open the file using `f3d --dry-run regr01.obj` 2.  **Expected...
**Describe the bug** A dae dataset with UTF16LE data is not loaded **To Reproduce** Steps to reproduce the behavior: 0. [cube_UTF16LE.dae.zip](https://github.com/f3d-app/f3d/files/10611454/cube_UTF16LE.dae.zip) 1. Open the file using `f3d --dry-run cube_UTF16LE.dae` 2....
with the --enable-openmp option in configure, openmp is working but a unrecognized option by icc is added to the compiler flag -fopenmp the correct option is -openmp (wich is already...
This repository should be improved to reduce it's size (currently over 1Gb) * Data and Baseline could be stored in VTK data and baselines with on demand download * .html...
Sanitizer reports incorrect usage of a the `quit` bool accross threads, which seems to be a correct positive afaics. I tried adding atomic to the `quit` bool but then dmon...
**Describe the bug** A valid dae file from three.js cannot be read by assimp **To Reproduce** Steps to reproduce the behavior: 1. Download [abb_irb52_7_120.dae.zip](https://github.com/f3d-app/f3d/files/10611477/abb_irb52_7_120.dae.zip) 2. Import with Collada importer in...
**Describe the bug** A valid DAE file from three.js cannot be read **To Reproduce** Steps to reproduce the behavior: 1. [cube_UTF16LE.dae.zip](https://github.com/f3d-app/f3d/files/10611454/cube_UTF16LE.dae.zip) 2. Import the file with assimp 3. `Unable to...
The findHoloPlayCore.cmake file does not help to find the HoloPlayCore.lib file in the right directory, has it may be in the bin directory.