diff --git a/README.md b/README.md index 23931c3..80a9bbb 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ https://github.com/user-attachments/assets/4aba4a67-9847-4d28-9c8c-4129a67e9332 - **Automatic bone detection** — finds Head, Neck, Jaw bones by name or VRM humanoid API - **Morph target tester** — preview every blend shape with sliders, map the right mouth shape to your controller - **Mouth overdrive** — push morph targets beyond 100% for exaggerated expressions -- **Gamepad + keyboard** — left stick / arrows for head, RT / Space for mouth +- **Gamepad + keyboard** — left stick / WASD for head, RT / Space for mouth - **Orbit camera** — right-click drag to orbit, scroll to zoom, quick-focus buttons - **Zero install** — single HTML file, runs in any modern browser @@ -54,8 +54,8 @@ You have to click eyeleft mouthopen for some reason first, then go to Wolfhead3D | Action | Keyboard | Gamepad | |--------|----------|---------| -| Head Yaw | ← → | L-Stick X | -| Head Pitch | ↑ ↓ | L-Stick Y | +| Head Yaw | A D | L-Stick X | +| Head Pitch | W S | L-Stick Y | | Head Roll | Q / E | R-Stick X | | Mouth Open | Space | RT | | Reset | R | Y Button | diff --git a/index.html b/index.html index f2da521..89f6703 100644 --- a/index.html +++ b/index.html @@ -25,7 +25,7 @@ .vl{color:#808090}.vn{color:#64dcff;font-weight:600;font-variant-numeric:tabular-nums} .vbt{width:80px;height:4px;background:rgba(100,220,255,0.1);border-radius:2px;overflow:hidden;margin-left:10px} .vbf{height:100%;background:linear-gradient(90deg,#64dcff,#a78bfa);border-radius:2px;transition:width 0.05s linear} - .sensitivity-panel{top:20px;left:50%;transform:translateX(-50%)} + .sensitivity-panel{top:20px;left:28%;transform:translateX(-50%)} .sr{display:flex;align-items:center;gap:8px;padding:3px 0;font-size:11px;color:#a0a0b0} .sb{background:rgba(100,220,255,0.1);border:1px solid rgba(100,220,255,0.3);color:#64dcff;width:22px;height:22px;border-radius:4px;cursor:pointer;font-size:14px;display:flex;align-items:center;justify-content:center} .sb:hover{background:rgba(100,220,255,0.25)} @@ -149,8 +149,8 @@
Controls
-
Head Yaw← → / L-Stick X
-
Head Pitch↑ ↓ / L-Stick Y
+
Head YawA D / L-Stick X
+
Head PitchW S / L-Stick Y
Head RollQ E / R-Stick X
MouthSpace / RT
ResetR / Y Button
@@ -921,8 +921,8 @@ function dz(v){return Math.abs(v)