Skip to content

Commit

Permalink
Examples: Removed #webxr-hands flag message
Browse files Browse the repository at this point in the history
  • Loading branch information
mrdoob committed Apr 23, 2021
1 parent b3df09a commit 5ed5390
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
3 changes: 1 addition & 2 deletions examples/webxr_vr_handinput.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@
<body>

<div id="info">
<a href="https://threejs.org" target="_blank" rel="noopener">three.js</a> vr - handinput<br/>
(Oculus Browser with #webxr-hands flag enabled)
<a href="https://threejs.org" target="_blank" rel="noopener">three.js</a> vr - handinput
</div>

<script type="module">
Expand Down
3 changes: 1 addition & 2 deletions examples/webxr_vr_handinput_cubes.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@
<body>

<div id="info">
<a href="https://threejs.org" target="_blank" rel="noopener">three.js</a> vr - handinput - cubes<br/>
(Oculus Browser with #webxr-hands flag enabled)
<a href="https://threejs.org" target="_blank" rel="noopener">three.js</a> vr - handinput - cubes
</div>

<script type="module">
Expand Down
3 changes: 1 addition & 2 deletions examples/webxr_vr_handinput_profiles.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@
<body>

<div id="info">
<a href="https://threejs.org" target="_blank" rel="noopener">three.js</a> vr - handinput - profiles<br/>
(Oculus Browser with #webxr-hands flag enabled)
<a href="https://threejs.org" target="_blank" rel="noopener">three.js</a> vr - handinput - profiles
</div>

<script type="module">
Expand Down

2 comments on commit 5ed5390

@hektor
Copy link

@hektor hektor commented on 5ed5390 May 1, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just wondering, was this flag removed in the latest version of the Oculus Browser?

@hektor
Copy link

@hektor hektor commented on 5ed5390 May 1, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Never mind, found the latest release notes!

Please sign in to comment.