Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
syui committed Aug 9, 2024
1 parent 5c79c64 commit 8e0bedb
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
Expand Down
5 changes: 3 additions & 2 deletions planet/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@
"version": "0.1.0",
"private": true,
"dependencies": {
"@pixiv/three-vrm": "^3.0.0",
"@pixiv/three-vrm-animation": "^3.0.0",
"@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",
Expand Down
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 8e0bedb

Please sign in to comment.