-
Notifications
You must be signed in to change notification settings - Fork 233
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
pyrender OffScreen set Alpha channel get only 3 channels output #209
Comments
I’m running into the same issue! |
I also have this issue |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have tested serveral script, all others are normal, except on program, somehow I set RenderFlags to RGBA, and set scence background color to 4 channels, but get returned result were 3 channels without Alpha.
Part of code:
log out:
this is really so weired, it should be rended rgb: (1920, 1080, 4)
The text was updated successfully, but these errors were encountered: