Marco Musy

Results 390 comments of Marco Musy

OK. what if you do (as in [here](https://centos.pkgs.org/8/okey-x86_64/mesa-libGL-devel-18.3.1-5.el8.x86_64.rpm.html) and [here](https://centos.pkgs.org/8/centos-appstream-x86_64/xorg-x11-server-Xvfb-1.20.6-3.el8.x86_64.rpm.html)): ``` dnf install mesa-libGL-devel dnf install xorg-x11-server-Xvfb ``` or else you can try with a search command? e.g. `dnf search...

If the above works you can then try to set the display with ```bash set -x export DISPLAY=:99.0 which Xvfb Xvfb :99 -screen 0 1024x768x24 > /dev/null 2>&1 & sleep...

Hi Riccardo, thanks for reporting this, I'm afraid that `k3d` cannot cope with that for various reasons (nr of points, trasparency). The only way round this is to allow `vedo`...

this is an interesting question.. i´m not sure how much interest there is at present..

Hi after a quick search I could only find this [script](https://gitlab.kitware.com/vtk/vtk/blob/8b3d93bf1690dc6337618a08f096e84243725c1f/Wrapping/Python/vtk/gtk/GtkGLExtVTKRenderWindowInteractor.py), but i could not test it as it seems to be pip-installable on windows systems only. And it's 8...

Hi Bhavesh, thanks a lot for spotting the issue and for the fixing.. I probably tested it on an old `meshio` version!

Yes! this is actually a known problem ... there seems to be some weird incompatibility btw the depthpeeling algorithm and low transparency objects which belong to a `vtkAssembly`, I never...

Hi Noe, I'm currently try to fix a whole bunch of issues related to these behaviors in the k3d translation, in a day or 2 i should be able to...

Hi, indeed the lines problem turned out to be more problematic and tricky to fix than I thought initially.. I'll investigate with the k3d developers for possible solutions..