Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
AmyangXYZ committed Sep 27, 2024
1 parent 635ce9b commit 6d9793e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
- [x] Pose detection
- [x] Face detection
- [ ] Hand detection
- [ ] Environment selection
- [x] Environment selection
- [x] Video, image upload
- [x] Camera input
- [x] Model selection
Expand Down
2 changes: 1 addition & 1 deletion src/MMDScene.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ function MMDScene({
const tiltAngle = Math.atan2(-headDir.y, forwardDir.length())

// Add a constant offset to the tilt angle to correct the head orientation
const tiltOffset = -Math.PI / 6 // Adjust this value as needed
const tiltOffset = -Math.PI / 5 // Adjust this value as needed
const adjustedTiltAngle = tiltAngle + tiltOffset

const horizontalQuat = Quaternion.FromLookDirectionLH(forwardDir, Vector3.Up())
Expand Down

0 comments on commit 6d9793e

Please sign in to comment.