You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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.
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?
The text was updated successfully, but these errors were encountered: