|
Notes |
|
|
(0006265)
|
|
Kent Eschenberg
|
|
2007-01-25 16:50
|
|
|
A typo: "Using Mesa for the server and OpenGL for the client results in both showing images like clientMesa.gif" should read "... like serverMesa.gif". |
|
|
|
(0006267)
|
|
Kent Eschenberg
|
|
2007-01-25 16:57
|
|
|
I should add that the supplied VTK file contains triangles that enclose a volume about 2 units on a side but displaced from the origin by 80 to 200. Maybe such a combination is fooling the Z buffer setup in client-server mode? Adding a few lines, or rendering locally (i.e., composite off) cures it. |
|
|
|
(0006584)
|
|
Kent Eschenberg
|
|
2007-02-28 11:59
|
|
What seems to be the same problem can be seen when the server runs on a second system (64-bit Redhat Enterprise, PV 2.4.4). Don't bother with my example VTK file - just create a sphere. Then zoom in so the sphere is behind you; zoom out till it is a dot; then zoom back to the original scale. The Z-buffer like problem can be seen. The conditions must otherwise be as described in the orginal post.
This might be related to two other problems observered in client-server mode. First, using the mouse to set the center-of-rotation point always puts the point between the picked object and the viewer - that is, the Z is wrong. Second, zooming with the right mouse button goes faster and faster after one zooms in and out. This could also be related to faulty values for the object Z dimensions. Neither problem is seen with composition off. |
|
|
|
(0006840)
|
|
Kent Eschenberg
|
|
2007-03-19 14:19
|
|
|
Problem has been reproduced with 2.6.0 on Tru64. |
|
|
|
(0009780)
|
|
Kent Eschenberg
|
|
2007-11-28 16:55
|
|
|
Reproduced using 3.2.1 and Mesa 7.0.1. |
|
|
|
(0009993)
|
|
Kent Eschenberg
|
|
2007-12-18 15:35
|
|
Fixed by Ken Moreland. I think he checked in the fix but cannot confirm this.
The problem was that the near/far clip planes were set to the most extreme values eever encountered since ParaView was started. The fix was to use the current near/far values.
Before the fix the near/far planes could be set far outside the actual image resulting in aliasing in Z.
This was only seen in client-server mode, and the fix was in server code. I guess the standalone mode does it differently. That would be good to check. |
|
|
|
(0037509)
|
|
Kitware Robot
|
|
2016-08-12 09:57
|
|
Resolving issue as `moved`.
This issue tracker is no longer used. Further discussion of this issue may take place in the current ParaView Issues page linked in the banner at the top of this page. |
|