To close the loop on this, this has been fixed in git-master and will be fixed in the final 3.10.0 release (the patch missed the release candidate binaries).
commit e18fd43477e54c9778e3c717a6192287a0d0d53d Author: Utkarsh Ayachit <[email protected]> Date: Tue Feb 1 11:47:24 2011 -0500 Fixed extra data-delivery when outline was used for LOD. When every LOD was enabled, and setting was set so that outline is used, it would invalidate the full res pipeline as well. Fixed that. As a side effect, when outline needs to be delived to the client and LOD threshold is higher than the outline threshold, we force LOD mode. This avoids an arificial linking between the LOD threshold and the outline threshold while at the same time avoid re-delivery of full-res data. Utkarsh On Thu, Jan 13, 2011 at 8:37 AM, Utkarsh Ayachit <[email protected]> wrote: >> however from the coarse view back to the detailed one pv 3.9.0 is about >> factor of 2-4 slower compared to pv 3.8.1. > > ParaView 3.9 has a feature which can be turned off by the user using > the Setting dialog which results in ParaView delaying the switch back > from Interactive render by a few seconds. You should be seeing a > "countdown" in the status bar as that starts happening. Within this > time, user can start interaction again thus avoid having to wait for > fullres render when doing continuous adjustments to the camera. > > If you don't want it, turn if off by using Edit | Settings dialog and > then on the Render View page, set "Lock Interactive Render" slider to > 0. > > Utkarsh > _______________________________________________ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the ParaView Wiki at: http://paraview.org/Wiki/ParaView Follow this link to subscribe/unsubscribe: http://www.paraview.org/mailman/listinfo/paraview
