I could not change it, even with opacity in video css tag. Thanks for possible answer. José Roberto Lazzareschi
Asked
Active
Viewed 82 times
2
-
Possible duplicate: https://stackoverflow.com/questions/20495302/transparent-background-with-three-js – WestLangley Jun 14 '21 at 19:44
-
Does this answer your question? [Transparent background with three.js](https://stackoverflow.com/questions/20495302/transparent-background-with-three-js) – Rabbid76 Jun 15 '21 at 12:31
1 Answers
0
The suggestions did not helped me. I´ve changed the opacity of the movie in Movavi and solved my desire.
...var videobg=document.getElementById('video');
...var texturebg=new THREE.VideoTexture(videobg);
...scene.background=texturebg;
Thank You for the attention. José Roberto

jrlazz
- 21
- 2