three.js 背景图片 单张图片 const loader1 = new THREE.TextureLoader(); const bgTexture = loader1.load('static/1.jpg'); scene.background = bgTexture;