From 0902d12dbfb55c2c7dfb500e7cc6c6501ccc2f34 Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@63.com>
Date: 星期三, 22 十二月 2021 09:12:33 +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