预览模式修复+模型颜色更改
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user