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

Indicate tiles currently being processed in the 2D Viewer #300

Open
bentoogood opened this issue May 16, 2013 · 2 comments
Open

Indicate tiles currently being processed in the 2D Viewer #300

bentoogood opened this issue May 16, 2013 · 2 comments
Labels
image Issues with GafferImage

Comments

@bentoogood
Copy link
Contributor

Primarily of use with the Display node to show buckets being evaluated by the renderer.

part of #73

@johnhaddon
Copy link
Member

The tiles being computed by a 3d renderer are actually entirely different to the tiles being processed by the 2D Viewer - and the chances are that the two have totally different tile sizes (fixed in 2d and based on bucket size in 3D).

To implement this I think we'd need a custom overlay/manipulator associated with the Display node, which displays the information coming from the 3d render. But before we can even do that we need to support the passing of "I'm about to render this bucket" messages from the renderer to our IECore::DisplayDriver, which is not yet possible. I'm not even sure 3delight has such a message...

@bentoogood
Copy link
Contributor Author

Sub ticket of #73

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

No branches or pull requests

3 participants