Skip to content

Commit b52c72c

Browse files
authored
Merge pull request #326 from Peter-Pater/vrm-demo
Adding the vrm avatar demo to the sample list on the github io page
2 parents 04046df + 1d15b96 commit b52c72c

2 files changed

Lines changed: 15 additions & 0 deletions

File tree

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ const sidebars: SidebarsConfig = {
8888
'samples/AI-Simulator',
8989
'samples/Virtual-Screens',
9090
'samples/3DGS-Walkthrough',
91+
'samples/VRM-Avatar',
9192
],
9293
},
9394
],

0 commit comments

Comments
 (0)