diff --git a/proposals/body-tracking.html b/proposals/body-tracking.html new file mode 100644 index 000000000..536e51154 --- /dev/null +++ b/proposals/body-tracking.html @@ -0,0 +1,245 @@ + + + + + + + + + + + AR Plane Detection + + + + + +
+
+ Simple body tracking + This sample demonstrates using the WebXR body tracking API + to show your body's joints. +

+ + Back +

+
+
+ + + + + + diff --git a/proposals/index.html b/proposals/index.html index 3745bcd70..d317f19bd 100644 --- a/proposals/index.html +++ b/proposals/index.html @@ -132,6 +132,9 @@

Proposals

description: 'Demonstrates use of the mesh detection API in an immersive-ar session. ' + 'Implements JavaScript-level hit-test on the meshes and leverages the Anchors API.' }, + { title: 'Body tracking', category: 'AR', + path: 'body-tracking.html', + description: 'Demonstrates use of the body tracking in an immersive-ar session. ' }, ]; let mainElement = document.getElementById("main");