three.js 场景.背景纹理中的透明度

Posted

技术标签:

【中文标题】three.js 场景.背景纹理中的透明度【英文标题】:Transparency in three.js scene.background texture 【发布时间】:2021-08-30 16:21:28 【问题描述】:

我无法更改它,即使视频 css 标记中存在不透明度。 感谢您提供可能的答案。 何塞·罗伯托·拉扎雷斯基

【问题讨论】:

可能重复:***.com/questions/20495302/… 这能回答你的问题吗? Transparent background with three.js 【参考方案1】:

这些建议对我没有帮助。 我已经在 Movavi 中更改了电影的不透明度并解决了我的愿望。

...var videobg=document.getElementById('video');
...var texturebg=new THREE.VideoTexture(videobg);
...scene.background=texturebg;

感谢您的关注。 何塞·罗伯托

【讨论】:

以上是关于three.js 场景.背景纹理中的透明度的主要内容,如果未能解决你的问题,请参考以下文章

Three.js png 纹理 - alpha 呈现为白色而不是透明

【Three.js】请问如何显示带纹理的三维模型?

Three.js/webgl RayCasting Sprites 在具有透明度或替代方案的场景中

three.js 粒子特效

使用three.js设置透明背景

three.js 透明背景根本不起作用