浏览代码

Update outdated info div

WestLangley 5 年之前
父节点
当前提交
100a23c4aa
共有 1 个文件被更改,包括 1 次插入2 次删除
  1. 1 2
      examples/misc_controls_trackball.html

+ 1 - 2
examples/misc_controls_trackball.html

@@ -18,8 +18,7 @@
 
 	<body>
 		<div id="info">
-			<a href="https://threejs.org" target="_blank" rel="noopener">three.js</a> - trackball controls<br />
-			MOVE mouse &amp; press LEFT/A: rotate, MIDDLE/S: zoom, RIGHT/D: pan
+			<a href="https://threejs.org" target="_blank" rel="noopener">three.js</a> - trackball controls
 		</div>
 
 		<script type="module">