Skip to content

Commit

Permalink
Fix css for devicec orientation examples
Browse files Browse the repository at this point in the history
  • Loading branch information
marcofugaro committed Jun 2, 2020
1 parent d43cbd6 commit 8778634
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
5 changes: 1 addition & 4 deletions examples/css3d_panorama_deviceorientation.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,7 @@
</head>
<body>
<div id="overlay">
<div>
<button id="startButton">Start Demo</button>
<p>Using device orientation might require a user interaction.</p>
</div>
<button id="startButton">Start Demo</button>
</div>
<div id="info"><a href="https://threejs.org" target="_blank" rel="noopener">three.js</a> css3d - panorama - device orientation.<br/>cubemap by <a href="http://www.humus.name/index.php?page=Textures" target="_blank" rel="noopener">Humus</a>.</div>

Expand Down
5 changes: 1 addition & 4 deletions examples/misc_controls_deviceorientation.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,7 @@
</head>
<body>
<div id="overlay">
<div>
<button id="startButton">Start Demo</button>
<p>Using device orientation might require a user interaction.</p>
</div>
<button id="startButton">Start Demo</button>
</div>
<div id="info">
<a href="https://threejs.org" target="_blank" rel="noopener">three.js</a> - equirectangular panorama demo with DeviceOrientation controls.<br/>
Expand Down

0 comments on commit 8778634

Please sign in to comment.