diff --git a/proposals/body-tracking.html b/proposals/body-tracking.html new file mode 100644 index 00000000..d5973c25 --- /dev/null +++ b/proposals/body-tracking.html @@ -0,0 +1,271 @@ + + + + + + + + + + + + WebXR body tracking + + + + + + + +
+
+ Simple body tracking + This sample demonstrates using the WebXR body tracking API + to show your body's joints. +

+ + Back +

+
+
+ + + + + + + \ No newline at end of file diff --git a/proposals/index.html b/proposals/index.html index 2e16b566..ed035cff 100644 --- a/proposals/index.html +++ b/proposals/index.html @@ -133,6 +133,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: 'XR', + path: 'body-tracking.html', + description: 'Demonstrates use of the body tracking in an immersive session. ' }, ]; let mainElement = document.getElementById("main");