Michael MIGLIORE
Michael MIGLIORE
I had a look at the dataset, all the mesh is connected, so we cannot rely on just boundaries. I agree with @mwestphal we need to use vtkFeatureEdges to process...
No, you can use libf3d if it's built statically. However, in this case you need to link indirectly with its dependencies too so it makes sense to install the vtkext...
> My problem right now is the vtkext libraries are always installed regardless of the build type of libf3d, but they shouldn't be installed if libf3d is a shared lib....
Indeed, if libf3d is not packaged, `BUILD_SHARED_LIBS=OFF` and `F3D_INSTALL_SDK=OFF` are the correct options. However, I think `F3D_INSTALL_SDK=OFF` does not work in 1.3.1 (fixed in master only), so you can remove...
Comments on the website: - The link "F3D on github" on the top right isn't great. Can you maybe add a github logo and a better text like "Explore code...
Maybe it's specific to windows
No, but it does work in the CI
It's a gltf file? You'll get best results using a HDRI file. You can also try to change the background color.
- I don't want to add a special feature for a specific format, the default light setup should be used for all formats. - There is no way to customize...
You'll probably have to make a new F3D module with IOOpenVDB optional, enabled only for VTK >= 9.2