<div class="info">
		<h1>3d Perspective Spheres</h1>
		<p>Move mouse left/right to rotate. Click the right button to decrease fov (field of view), and the left button to increase.</p>
		<p>It may be interesting to note that this doesn't use WebGL, all projection and rendering is done with the 2d canvas context.</p>
</div>
<canvas id="canvas"></canvas>