assimp
assimp copied to clipboard
Bug: Valid DAE file cannot be read: Parsing error.
Describe the bug A valid DAE file from three.js cannot be read
To Reproduce Steps to reproduce the behavior:
- library_animation_clips.dae.zip
- Import the file with assimp
Cannot parse string " 0.0 0.0 0.0 1.0 " as a real number: does not start with digit or decimal point followed by digit.
Expected behavior

Report in F3D: https://github.com/f3d-app/f3d/issues/615
fixed by https://github.com/assimp/assimp/pull/5611 ?
Building assimp against recent commit, model seems to work OK