+
+
+
+
+
+
+
+ WebXR body tracking
+
+
+
+
+
+
+
+
+
+ Simple body tracking
+ This sample demonstrates using the WebXR body tracking API
+ to show your body's joints.
+
+
+
+
+
+
+
+
+
+
\ 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");