Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ options.sound.speechRecognizer.enabled = true;
options.sound.speechRecognizer.playSimulatorActivationSounds = true;

// options.ai.gemini.config is dynamic and defined in XRObjectManager. A Gemini
// API key needs to be provided in the URL: /gemini-xrobject/index.html?key=...
// API key needs to be provided in the URL: /gemini_xrobject/index.html?key=...
// or provided with `keys.json` in the same directory.
options.ai.enabled = true;
options.ai.gemini.enabled = true;
Expand Down
4 changes: 2 additions & 2 deletions docs/docs/samples/08-Gemini-Icebreakers.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import {GeminiIcebreakersKeyInputComponent} from './GeminiIcebreakersKeyInputCom
<SamplesIFrame
requiresApiKey={true}
couldSkip={true}
demo="gemini-icebreakers"
link="https://github.com/google/xrblocks/tree/main/demos/gemini-icebreakers/"
demo="gemini_icebreakers"
link="https://github.com/google/xrblocks/tree/main/demos/gemini_icebreakers/"
KeyInputComponent={GeminiIcebreakersKeyInputComponent}
></SamplesIFrame>
4 changes: 2 additions & 2 deletions docs/docs/samples/14-Gemini-XRObject.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ import {SamplesIFrame} from './SamplesIFrame';

<SamplesIFrame
requiresApiKey={true}
demo="gemini-xrobject"
link="https://github.com/google/xrblocks/tree/main/demos/gemini-xrobject/"
demo="gemini_xrobject"
link="https://github.com/google/xrblocks/tree/main/demos/gemini_xrobject/"
></SamplesIFrame>
4 changes: 2 additions & 2 deletions docs/docs/samples/20-Virtual-Screens.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ pagination_prev: null
import {SamplesIFrame} from './SamplesIFrame';

<SamplesIFrame
sample="virtual-screens"
link="https://github.com/google/xrblocks/tree/main/samples/virtual-screens/"
sample="virtual_screens"
link="https://github.com/google/xrblocks/tree/main/samples/virtual_screens/"
></SamplesIFrame>
4 changes: 2 additions & 2 deletions docs/docs/samples/22-3DGS-Walkthrough.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ pagination_prev: null
import {SamplesIFrame} from './SamplesIFrame';

<SamplesIFrame
demo="3dgs-walkthrough"
link="https://github.com/google/xrblocks/tree/main/demos/3dgs-walkthrough/"
demo="3dgs_walkthrough"
link="https://github.com/google/xrblocks/tree/main/demos/3dgs_walkthrough/"
></SamplesIFrame>
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ This template demonstrates how to use the XRTransition component to smoothly swi
import {DocsIFrame} from '../DocsIFrame.jsx';
import {DocsSource} from '../DocsSource.jsx';

<DocsIFrame template="9_xr-toggle"></DocsIFrame>
<DocsSource template="9_xr-toggle"></DocsSource>
<DocsIFrame template="9_xr_toggle"></DocsIFrame>
<DocsSource template="9_xr_toggle"></DocsSource>
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ To change default display size and curvature, please update the parameters of `W
the repository from `http://localhost:8080`.

5. Open sender and receiver:
- _On your computer_, navigate to http://localhost:8080/samples/virtual-screens/send.html.
- _On your AndroidXR device_, navigate to http://localhost:8080/samples/virtual-screens/index.html.
- _On your computer_, navigate to http://localhost:8080/samples/virtual_screens/send.html.
- _On your AndroidXR device_, navigate to http://localhost:8080/samples/virtual_screens/index.html.

6. Start sharing:
On the sender page (your computer), click the "Select Window or Screen to Share" button and choose the content you wish to stream. The stream will appear on your AndroidXR device.
Expand Down
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion src/addons/glasses/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ It depends on @pmndrs/uikit and uiblocks.

## Usage

Please see samples/glasses-ui/ for a working example. Note that this is a work in progress and the API may change significantly without notice.
Please see samples/glasses_ui/ for a working example. Note that this is a work in progress and the API may change significantly without notice.
File renamed without changes.
File renamed without changes.