How to preserve render alpha ? #713
Replies: 3 comments
This comment has been hidden.
This comment has been hidden.
|
I'm just guessing, but you might also need to set the clear alpha of the renderer to 0. |
0 replies
|
Indeed, solved many thanks! |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Hello, I'm using V6.31 (and I can't upgrade to 7)
I need to overlay the render on top of another DOM element, so I've set the WebGLRenderer with { alpha = true, preserveDrawingBuffer: true } but the canvas is not transparent.
How can I do? Is there maybe a very simple example using V6 ?
Many thanks
All reactions