VTK (Activiz) is rendered differently on different hardware

I am using Activiz.NET to render some STLs in a C # tool. The renderwindow and renderer options are as follows.

window.SetMultiSamples(0); window.SetAlphaBitPlanes(1); renderer.SetOcclusionRatio(0.1); renderer.SetUseDepthPeeling(1); 

Running the tool in STL on my system leads to the following image (as expected).

Expected image result on my system. (Click image for a larger view)

However, when two of my colleagues run the same tool in the same STL, they get the following image as output.

Rendering artefacts on two other systems. (Click image for a larger view)

Can these artifacts be associated with the various equipment of our three systems? Does anyone have a solution that ensures that the quality of the render is always the same across all systems?

+5
source share

All Articles