Re: [Paraview] Newer object always in front in Render View

2017-01-04 Thread David Lonie
The cmake config looks ok to me. What sort of graphics set up are you using? Is this mesa, or on a GPU? It sounds like a driver bug or something may be causing the depth test to break, or maybe there's a misconfigured framebuffer. Does an earlier version of ParaView work on the same system? Dave

Re: [Paraview] Newer object always in front in Render View

2017-01-04 Thread Robert Sawko
David, Thanks for a quick reply. Tried with -dr and it's the same. I am attaching my state file for spheres. It may help someone to reproduce. I am running it on Arch Linux and paraview is taken from AUR. I am just looking at the way the binary was generated and I see these options in cmake

Re: [Paraview] Newer object always in front in Render View

2017-01-04 Thread David E DeMarle
That's pretty crazy. You typically have to do some coding to get the layering effect. Try running with -dr to disable your preferences and settings. Also, please share more information about your binary and OS as well as passing along a state file to see if anyone can reproduce it. David E