We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 04046df + 1d15b96 commit b52c72cCopy full SHA for b52c72c
2 files changed
docs/docs/samples/26-VRM-Avatar.mdx
@@ -0,0 +1,14 @@
1
+---
2
+title: VRM Avatar Point-to-Walk
3
+hide_title: true
4
+breadcrumbs: false
5
+pagination_next: null
6
+pagination_prev: null
7
8
+
9
+import {SamplesIFrame} from './SamplesIFrame';
10
11
+<SamplesIFrame
12
+ demo="vrm-avatar"
13
+ link="https://github.com/google/xrblocks/tree/main/demos/vrm-avatar/"
14
+></SamplesIFrame>
docs/sidebars.ts
@@ -88,6 +88,7 @@ const sidebars: SidebarsConfig = {
88
'samples/AI-Simulator',
89
'samples/Virtual-Screens',
90
'samples/3DGS-Walkthrough',
91
+ 'samples/VRM-Avatar',
92
],
93
},
94
0 commit comments