In network mode, highlight last received packet/block
Most viewers when used with a progressive renderer, have some way of highlighting the current pixel/tile/block that is being rendered (Pixar's IT uses a blue box, blender uses crosses at the corners).
When using tev (very nice, thank you) with PBRT, as the render takes longer per tile (more samples, ....) it becomes difficult to impossible to identify where in the image pbrt is rendering.
Is it possible to add an indicator for the last received set of pixels. that is erased when the new pixels arrive and a new indicator is displayed?
Hi, sorry for the delay in getting to this.
A good way to achieve this would be to extend tev's network protocol with packets for drawing (rudimentary) vector graphics on top of a given image. This way, the rendering software itself can choose how it would like to highlight the in-progress rendering, rather than tev interfering with the image in a potentially undesired way.