Add canvas renderer to side-by-side demo

This commit is contained in:
Tom Payne
2013-01-14 21:48:22 +01:00
parent 54327fb750
commit aeef260101
2 changed files with 27 additions and 1 deletions

View File

@@ -16,19 +16,22 @@
</head>
<body>
<h1 id="title">Side-by-side example</h1>
<div id="shortdesc">Side-by-side DOM and WebGL sync'ed maps.</div>
<div id="shortdesc">Side-by-side DOM, WebGL and Canvas sync'ed maps.</div>
<table>
<tr>
<th>DOM</th>
<th>WebGL</th>
<th>Canvas</th>
</tr>
<tr>
<td><div id="domMap" class="map"></div></td>
<td><div id="webglMap" class="map"></div></td>
<td><div id="canvasMap" class="map"></div></td>
</tr>
<tr>
<td><div id="domMousePosition" class="mouseposition"></div></td>
<td><div id="webglMousePosition" class="mouseposition"></div></td>
<td><div id="canvasMousePosition" class="mouseposition"></div></td>
</tr>
</table>
<table>