Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

In network mode, highlight last received packet/block #175

Open
renderdude opened this issue Feb 7, 2022 · 1 comment
Open

In network mode, highlight last received packet/block #175

renderdude opened this issue Feb 7, 2022 · 1 comment

Comments

@renderdude
Copy link

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?

@Tom94
Copy link
Owner

Tom94 commented Nov 20, 2022

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants