Javascript 3D engine
I wouldn’t have thought it possible, but here’s an extremely clever hack from the Useless Pickles blog that will render 3D objects at a usable frame rate using standard Javascript. You might be familiar with another method in which you create a bunch of 1 pixel-high divs to draw each triangle with a series of […]