fix
This commit is contained in:
2
dist/vrma
vendored
2
dist/vrma
vendored
Submodule dist/vrma updated: 12ce521873...1eccc36a51
@ -10,6 +10,7 @@ import { BloomEffect, EffectComposer, EffectPass, RenderPass } from "postprocess
|
||||
|
||||
window.addEventListener("DOMContentLoaded", () => {
|
||||
|
||||
let default_model = "/vrma/model/test.vrm"
|
||||
// vrma
|
||||
let motion_enable = false;
|
||||
let head = null;
|
||||
@ -107,7 +108,7 @@ window.addEventListener("DOMContentLoaded", () => {
|
||||
return new VRMAnimationLoaderPlugin(parser);
|
||||
});
|
||||
|
||||
load("/vrma/model/ai.vrm");
|
||||
load(default_model);
|
||||
load("/vrma/anime/fly_c.vrma");
|
||||
|
||||
let item = null;
|
||||
|
@ -1,7 +1,11 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"target": "es2016",
|
||||
"module": "commonjs",
|
||||
"skipLibCheck": true
|
||||
}
|
||||
"compilerOptions": {
|
||||
"target": "es2016",
|
||||
"module": "commonjs",
|
||||
"skipLibCheck": true
|
||||
},
|
||||
"exclude": [
|
||||
"min-*",
|
||||
"planet"
|
||||
]
|
||||
}
|
||||
|
Reference in New Issue
Block a user