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

Only two layers of image transparency are visible. #1503

Closed
jleibs opened this issue Mar 3, 2023 · 1 comment · Fixed by #1661
Closed

Only two layers of image transparency are visible. #1503

jleibs opened this issue Mar 3, 2023 · 1 comment · Fixed by #1661
Assignees
Labels
😤 annoying Something in the UI / SDK is annoying to use 🪳 bug Something isn't working good first issue Good for newcomers 🔺 re_renderer affects re_renderer itself ui concerns graphical user interface

Comments

@jleibs
Copy link
Member

jleibs commented Mar 3, 2023

This can be reproduced using the new canny demo:

python examples/python/opencv_canny/main.py

We log 3 images to the same space.

Only 2 / 3 are visible in the image, although all 3 show up in the hover preview. In this case the canny layer is not visible in the main image view.
image

If one of the layers, e.g. gray is disabled, then you can see canny:
image

@jleibs jleibs added 🪳 bug Something isn't working ui concerns graphical user interface 😤 annoying Something in the UI / SDK is annoying to use labels Mar 3, 2023
@emilk emilk added good first issue Good for newcomers 🔺 re_renderer affects re_renderer itself labels Mar 21, 2023
@emilk emilk self-assigned this Mar 21, 2023
@emilk
Copy link
Member

emilk commented Mar 21, 2023

The generated TexturedRect looks correct:

depth_offset: -3, multiplicative_tint.a: 1
depth_offset: -2, multiplicative_tint.a: 0.33333334
depth_offset: -1, multiplicative_tint.a: 0.33333334

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
😤 annoying Something in the UI / SDK is annoying to use 🪳 bug Something isn't working good first issue Good for newcomers 🔺 re_renderer affects re_renderer itself ui concerns graphical user interface
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants