Transparent default color #55
Answered
by
marcofugaro
chrsmlls333
asked this question in
Q&A
-
Great library! This is making reprojection almost seamless. I'm not sure if this is a support request or bug, but when I skip the |
Beta Was this translation helpful? Give feedback.
Answered by
marcofugaro
Feb 15, 2023
Replies: 1 comment 2 replies
-
you can make only the projection visible by using the const material = new ProjectedMaterial({
camera: webgl.camera,
texture,
transparent: true,
})
material.uniforms.backgroundOpacity.value = 0 |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
chrsmlls333
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
you can make only the projection visible by using the
backgroundOpacity
uniform, in combination withtransparent: true
: