Skip to content

Commit

Permalink
added description.
Browse files Browse the repository at this point in the history
  • Loading branch information
Andor authored and Andor committed Mar 4, 2011
1 parent 259e73e commit a5198f1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion demos/accelerometer/index.html
Expand Up @@ -61,6 +61,9 @@
</head>

<body onLoad="start();" bgcolor="#DDD">
<canvas id="canvas" width="500" height="500" style="position:absolute;left:20px;top:35px;"></canvas><br />
<p>To interact with this demo, you must use Minefield with WebGL enabled on a device which has a sudden motion sensor, such as a MacBook.<br />
Otherwise you can <a href="http://www.youtube.com/watch?v=U37owvJj3Ws">view the video</a>.
</p>
<canvas id="canvas" width="500" height="500"></canvas>
</body>
</html>

0 comments on commit a5198f1

Please sign in to comment.