在three.js中更改背景[重复]
Posted
技术标签:
【中文标题】在three.js中更改背景[重复]【英文标题】:Changing the background in three.js [duplicate] 【发布时间】:2015-10-15 23:24:04 【问题描述】:请有人告诉我如何使用 Three 更改背景。吗? 请注意,我正在使用 WebGL 渲染这个项目。
【问题讨论】:
您可以在这里找到讨论:***.com/a/29422223/1980846 【参考方案1】:renderer.setClearColor( 0xffffff, 1);
见http://jsfiddle.net/L0rdzbej/7/
Three.js r.71
之前也有人问过这个问题:Changing three.js background to transparent or other color
【讨论】:
谢谢,但我还有一个问题:你能在其他渲染平台上使用这段代码吗,比如 SVG?以上是关于在three.js中更改背景[重复]的主要内容,如果未能解决你的问题,请参考以下文章