Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
模型很小,50万面,加载直接崩溃。
// 加载模型 const loadModel = async () => { let data = await Engine3D.res.loadGltf('src/assets/model/gitf1.gltf'); scene3D.addChild(data); }