From f1b81cabbcc35ab8f3f871ea13c65af33e2c42a4 Mon Sep 17 00:00:00 2001 From: luxiaotao1123 <t1341870251@63.com> Date: 星期三, 22 十二月 2021 09:10:12 +0800 Subject: [PATCH] # --- static/js/app.js | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/static/js/app.js b/static/js/app.js index a71d692..79b5599 100644 --- a/static/js/app.js +++ b/static/js/app.js @@ -158,7 +158,7 @@ this.scene.background = new THREE.Color( 0xf0f0f0 ); } else { const cubeTextureLoader = new THREE.CubeTextureLoader(); - cubeTextureLoader.setPath( '../static/img/skybox/' ); + cubeTextureLoader.setPath( '../static/img/skybox0/' ); this.scene.background = cubeTextureLoader.load([ "px.jpg", "nx.jpg", "py.jpg", "ny.jpg", -- Gitblit v1.9.1