ospray icon indicating copy to clipboard operation
ospray copied to clipboard

Strange artifacts in parallel rendering with ParaView

Open hzilken opened this issue 6 years ago • 2 comments

Hello ospray, when we use ParaView (actually 5.6.0) together with Ospray on 4 of our cluster nodes, we see artifacts in the image (see attached picture). Most likely this is related to the distribution of the data and the parallel rendering. Any solution?

Best Herwig

OspRay_parallel

hzilken avatar Mar 28 '19 11:03 hzilken

PS: I forgot to mention that we get the following error message when we start the volume rendering:

"ERROR: In /dev/shm/goebbert1/ParaView/5.6.0/gpsmkl-2018b-NVIndeX-Python-3.6.6/ParaView-v5.6.0/ParaViewCore/VTKExtensions/Rendering/vtkKdTreeGenerator.cxx, line 169 vtkKdTreeGenerator (0x1b6928c90): RegionIDs cannot be 0."

Despite this error message the rendering works somehow, but showing this artifacts.

hzilken avatar Mar 29 '19 11:03 hzilken

hi Herwig, This is likely a bug with depth compositing that cropped up with a jump to the latest OSPRay version. That specific problem has been fixed in vtk master. Would it be easy for you to test against the vtk master branch to see if that fixes it for you? Also, while it's fine to post here, this is better sent to the ParaView issues list as other paraview developers can take a look and track this issue. Compositing is handled entirely in paraview/vtk.

carsonbrownlee avatar Apr 01 '19 15:04 carsonbrownlee