1
0
This commit is contained in:
2024-08-06 22:00:24 +09:00
parent f079dfa1d6
commit 255a51cc6f
3 changed files with 12 additions and 7 deletions

2
dist/vrma vendored

Submodule dist/vrma updated: 12ce521873...1eccc36a51

View File

@ -10,6 +10,7 @@ import { BloomEffect, EffectComposer, EffectPass, RenderPass } from "postprocess
window.addEventListener("DOMContentLoaded", () => { window.addEventListener("DOMContentLoaded", () => {
let default_model = "/vrma/model/test.vrm"
// vrma // vrma
let motion_enable = false; let motion_enable = false;
let head = null; let head = null;
@ -107,7 +108,7 @@ window.addEventListener("DOMContentLoaded", () => {
return new VRMAnimationLoaderPlugin(parser); return new VRMAnimationLoaderPlugin(parser);
}); });
load("/vrma/model/ai.vrm"); load(default_model);
load("/vrma/anime/fly_c.vrma"); load("/vrma/anime/fly_c.vrma");
let item = null; let item = null;

View File

@ -3,5 +3,9 @@
"target": "es2016", "target": "es2016",
"module": "commonjs", "module": "commonjs",
"skipLibCheck": true "skipLibCheck": true
} },
"exclude": [
"min-*",
"planet"
]
} }