Spinning textured box in WebGL

WebGL brings 3D graphics to the Web by introducing an API that closely conforms to OpenGL ES 2.0 that can be used in HTML5 canvas elements. Here is my simple example.

Sample spinning textured box in WebGL - click to start