未验证 提交 c0a34483 编写于 作者: M Mr.doob 提交者: GitHub

Fixed webvr_ballshooter title.

上级 9166cb79
<!DOCTYPE html> <!DOCTYPE html>
<html lang="en"> <html lang="en">
<head> <head>
<title>three.js webvr - daydream</title> <title>three.js webvr - ball shooter</title>
<meta charset="utf-8"> <meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no"> <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no">
<!-- Origin Trial Token, feature = WebVR (For Chrome M62+), origin = https://threejs.org, expires = 2018-07-25 --> <!-- Origin Trial Token, feature = WebVR (For Chrome M62+), origin = https://threejs.org, expires = 2018-07-25 -->
...@@ -53,7 +53,7 @@ ...@@ -53,7 +53,7 @@
info.style.top = '10px'; info.style.top = '10px';
info.style.width = '100%'; info.style.width = '100%';
info.style.textAlign = 'center'; info.style.textAlign = 'center';
info.innerHTML = '<a href="https://threejs.org" target="_blank" rel="noopener">three.js</a> webvr - daydream'; info.innerHTML = '<a href="https://threejs.org" target="_blank" rel="noopener">three.js</a> webvr - ball shooter';
container.appendChild( info ); container.appendChild( info );
scene = new THREE.Scene(); scene = new THREE.Scene();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册