f3d-app / f3d

Fast and minimalist 3D viewer.
https://f3d.app
BSD 3-Clause "New" or "Revised" License
2.79k stars 203 forks source link

Arcs not shown for .dxf file #1127

Open ArmanHayots opened 9 months ago

ArmanHayots commented 9 months ago

In *.dxf arcs not displayed. Example file attached. All hexagons have arcs on corners (check the screenshot) and same goes for circles.

Windows 11, x86_64, F3D-2.2.1-52-gea7293e-Windows-x86_64-raytracing

F3D ORIGIN Zipped DXF file

mwestphal commented 9 months ago

@Meakk do you think this is a asssimp issue ?

snoyer commented 9 months ago

feels like there should be some arc handling around here: https://github.com/assimp/assimp/blob/5d5496f1ad895297cede723b3c96b513263f82ed/code/AssetLib/DXF/DXFLoader.cpp#L518-L533 :(

Meakk commented 9 months ago

It's not supported by assimp afaik

snoyer commented 9 months ago

Assimp issue mentioning working "straight lines" but missing "curves": https://github.com/assimp/assimp/issues/3286