From 740fcd1b5b2cc92bde0111b630e872cbf7670c81 Mon Sep 17 00:00:00 2001 From: Vladimir Mandic Date: Thu, 16 Sep 2021 10:12:46 -0400 Subject: [PATCH] add vr model demo --- Demos.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Demos.md b/Demos.md index 9fe1b40..206bced 100644 --- a/Demos.md +++ b/Demos.md @@ -26,6 +26,14 @@ Demos are included in `/demo`: - `nodejs/node-webcam`: [nodejs] Processing of webcam screenshots using `fswebcam` +## External Demos + +- `Human-VRM` + VR model with head, face, eye, body and hand tracking + Using [`three`](https://github.com/mrdoob/three.js) for 3D display and scene management and [`@pixiv/three-vrm`](https://github.com/pixiv/three-vrm) for VR model mapping + [Code](https://github.com/vladmandic/human-vrm) | [Demo](https://vladmandic.github.io/human-vrm/src/human-vrm.html) + +


## Main Demo