1
0
This commit is contained in:
2024-08-09 11:49:07 +09:00
parent 5c79c64679
commit bd0dcabce7
3 changed files with 8 additions and 7 deletions

View File

@@ -14,9 +14,9 @@
"webpack-dev-server": "^5.0.3"
},
"dependencies": {
"@pixiv/three-vrm": "^3.0.0",
"@pixiv/three-vrm-animation": "^3.0.0",
"@pixiv/three-vrm-springbone": "^3.0.0",
"@pixiv/three-vrm": "^3.1.0",
"@pixiv/three-vrm-animation": "^3.1.0",
"@pixiv/three-vrm-springbone": "^3.1.0",
"postprocessing": "^6.35.2",
"three": "^0.167.1"
}

View File

@@ -3,9 +3,10 @@
"version": "0.1.0",
"private": true,
"dependencies": {
"@pixiv/three-vrm": "^3.0.0",
"@pixiv/three-vrm-animation": "^3.0.0",
"@react-three/drei": "^9.109.2",
"@pixiv/three-vrm": "^3.1.0",
"@pixiv/three-vrm-animation": "^3.1.0",
"@pixiv/three-vrm-springbone": "^3.1.0",
"@react-three/drei": "^9.109.2",
"@react-three/fiber": "^8.16.8",
"@react-three/postprocessing": "^2.16.2",
"@testing-library/jest-dom": "^5.17.0",

View File

@@ -10,7 +10,7 @@ import { BloomEffect, EffectComposer, EffectPass, RenderPass } from "postprocess
window.addEventListener("DOMContentLoaded", () => {
let default_model = "/vrma/model/test.vrm"
let default_model = "/vrma/model/ai.vrm"
// vrma
let motion_enable = false;
let head = null;