Commit 0507adbe authored by 李苏's avatar 李苏 💬

模型更新gltf

parent 01afd940
This diff is collapsed.
This diff is collapsed.
...@@ -802,8 +802,10 @@ ...@@ -802,8 +802,10 @@
loadAll() { loadAll() {
var model = new VT.Model({ var model = new VT.Model({
modelType: "gltf", modelType: "gltf",
src: "/glb/all.glb", src: "/gltf/all.gltf",
}) })
model.addEventListener("loaded", () => { model.addEventListener("loaded", () => {
this.loading = false this.loading = false
}); });
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment