assimp icon indicating copy to clipboard operation
assimp copied to clipboard

Bug: Valid DAE file cannot be read: Parsing error.

Open mwestphal opened this issue 2 years ago • 3 comments

Describe the bug A valid DAE file from three.js cannot be read

To Reproduce Steps to reproduce the behavior:

  1. library_animation_clips.dae.zip
  2. Import the file with assimp
  3. 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

a

mwestphal avatar Feb 11 '23 18:02 mwestphal

Report in F3D: https://github.com/f3d-app/f3d/issues/615

mwestphal avatar Feb 11 '23 18:02 mwestphal

fixed by https://github.com/assimp/assimp/pull/5611 ?

mwestphal avatar Jun 10 '24 21:06 mwestphal

Building assimp against recent commit, model seems to work OK

tellypresence avatar Jun 19 '24 17:06 tellypresence