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

danielshervheim/webxr-ik-avatar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

71 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

Releases

No releases published

Packages

No packages published