Skip to content
This repository has been archived by the owner on May 23, 2021. It is now read-only.

Latest commit

 

History

History
17 lines (9 loc) · 715 Bytes

README.md

File metadata and controls

17 lines (9 loc) · 715 Bytes

WebXR IK Avatar

This repository contains work that Alex Gullickson and myself did for Evan Suma Rosenberg's 3D VR user interfaces class.

We worked on an inverse kinematic solver for animating humanoid avatars in virtual reality.

  • The IK solver takes the WebXR controller and head positions and computes a skeleton position from them, and then applies it to a humanoid avatar mesh.

  • Currently only upper body (head, neck, shoulders, and arms) are supported by our solver.

/implementation

contains the BabylonJS implementation of our proposed method.

/paper

contains the latex source and a PDF copy of the paper describing our method.