How to Create a 3D Animation Without Model, with WebGL and Three.js
When I was told that my next project would involve WebGL, I did some research. I discovered that all I needed to do was add an HTML canvas to our Web page and delegate the rendering to OpenGL to take advantage of any available hardware acceleration.