Michael MIGLIORE

Results 200 comments of Michael MIGLIORE
trafficstars

> Using this library may require additional compiler/linker options. GNU implementation prior to 9.1 requires linking with -lstdc++fs and LLVM implementation prior to LLVM 9.0 requires linking with -lc++fs Source:...

It's an issue in Assimp, it has been reported many times, for example here: https://github.com/assimp/assimp/issues/4620 https://github.com/assimp/assimp/issues/4487 https://github.com/assimp/assimp/issues/3390 Animations were working well in Assimp 5.0 Let's keep this issue open until...

You can try to build f3d yourself with a downgraded Assimp version 5.0

More complex than what I expected. What matters is the libstdc++ version, not the GCC version. For example in our CI, we are using clang 10 with libstdc++ 8 (for...

Reopening: if `F3D_INSTALL_SDK` is false and libf3d is built statically, `libf3d.a` should not be installed.

We need a section for python/java bindings, otherwise looks good to me.

It would be useful, but not critical. I'd say we should drop this from the 2.0 milestone

Hi @vmario89 The DXF support in F3D is done with Assimp, and the support is not great, to be honest. For instance, it only supports polylines but not curves. Also,...

As a workaround to the orientation problem, you can modify the file `f3d.thumbnailer` and add `--up=-Z` to the command line.