Skip to content

Commit

Permalink
WebXR: Clean up.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrdoob committed Apr 12, 2023
1 parent 443cb7d commit 50993b2
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion examples/webxr_xr_ballshooter.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<body>

<div id="info">
<a href="https://threejs.org" target="_blank" rel="noopener">three.js</a> vr - ball shooter
<a href="https://threejs.org" target="_blank" rel="noopener">three.js</a> xr - ball shooter
</div>

<!-- Import maps polyfill -->
Expand Down
2 changes: 1 addition & 1 deletion examples/webxr_xr_cubes.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<body>

<div id="info">
<a href="https://threejs.org" target="_blank" rel="noopener">three.js</a> vr - interactive cubes
<a href="https://threejs.org" target="_blank" rel="noopener">three.js</a> xr - interactive cubes
</div>

<!-- Import maps polyfill -->
Expand Down
2 changes: 1 addition & 1 deletion examples/webxr_xr_dragging.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<body>

<div id="info">
<a href="https://threejs.org" target="_blank" rel="noopener">three.js</a> vr - dragging
<a href="https://threejs.org" target="_blank" rel="noopener">three.js</a> xr - dragging
</div>

<!-- Import maps polyfill -->
Expand Down
2 changes: 1 addition & 1 deletion examples/webxr_xr_paint.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<body>

<div id="info">
<a href="https://threejs.org" target="_blank" rel="noopener">three.js</a> vr - paint
<a href="https://threejs.org" target="_blank" rel="noopener">three.js</a> xr - paint
</div>

<!-- Import maps polyfill -->
Expand Down
2 changes: 1 addition & 1 deletion examples/webxr_xr_sculpt.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<body>

<div id="info">
<a href="https://threejs.org" target="_blank" rel="noopener">three.js</a> vr - sculpt
<a href="https://threejs.org" target="_blank" rel="noopener">three.js</a> xr - sculpt
</div>

<!-- Import maps polyfill -->
Expand Down

0 comments on commit 50993b2

Please sign in to comment.