vrm-springbone-physics
Installation
SKILL.md
VRM SpringBone Physics Debugging
This skill covers common issues with VRM hair/clothing physics using @pixiv/three-vrm and how to fix them.
Common Symptoms
- Hair flies upward or explodes outward on load
- Hair sticks out horizontally like there's an invisible wall
- Hair is stiff and doesn't move naturally
- Physics works but starts from wrong position
Root Cause 1: Incorrect Delta Time (Most Common - 90%)
Problem
The vrm.update(delta) function expects delta in seconds, not milliseconds. If delta is too large, physics "explodes".