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", () => {
|
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;
|
||||||
|
@ -1,7 +1,11 @@
|
|||||||
{
|
{
|
||||||
"compilerOptions": {
|
"compilerOptions": {
|
||||||
"target": "es2016",
|
"target": "es2016",
|
||||||
"module": "commonjs",
|
"module": "commonjs",
|
||||||
"skipLibCheck": true
|
"skipLibCheck": true
|
||||||
}
|
},
|
||||||
|
"exclude": [
|
||||||
|
"min-*",
|
||||||
|
"planet"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user