|
Notes |
|
|
(0023706)
|
|
Utkarsh Ayachit
|
|
2010-12-03 16:23
|
|
Robert, this should be fairly easy. Currently vtkPVRenderView checks whether to deliver outline to client, only in tile-display mode. We simply need to fix it to do that check for interactive rendering in non-tile-display mode (and set the appropriate keys). The representations should take care of the rest.
Also you'll need to update the Settings dialog to move the outline threshold from the tile-display parameters group to client-server settings group (same place as the remote-render threshold or something appropriate). |
|
|
|
(0023760)
|
|
Utkarsh Ayachit
|
|
2010-12-07 13:59
|
|
commit 69781e977f9c00cfd71c690f171cd7ac71ee1a76
Author: Utkarsh Ayachit <utkarsh.ayachit@kitware.com>
Date: Tue Dec 7 13:58:29 2010 -0500
Fixed BUG 0010535. Added ability to deliver outlines to client.
Overloading the client-collect-threshold used to decide if outlines are to be
delivered to client in tile-display mode to also control if outline is delivered
to client when interacting in non-tile-display mode.
Note this has no effect when server-side rendering is employed.
The setting is now in global render-view settings, "Remote rendering" group,
named "Client Outline Threshold". |
|
|
|
(0023761)
|
|
Alan Scott
|
|
2010-12-07 14:33
|
|
Very, very nice implementation.
Tested remote server, windows client, trunk. |
|