预览模式修复+模型颜色更改

This commit is contained in:
Hcat
2024-01-11 23:16:16 +08:00
parent 41e6c78d1e
commit 6b8dd71c9d
3 changed files with 19652 additions and 225 deletions

View File

@@ -136,7 +136,7 @@ export default class Demo {
return new Promise((resolve, reject) => {
this.gltfloader = new GLTFLoader();
this.gltfloader.load(
"/tunnelModel/chanel-have-wall.gltf",
"/tunnelModel/chanel-have-wall修改版.gltf",
(gltf) => {
gltf.scene.traverse((child) => {
this._forModels(child);