dom3d: rendering 3d with CSS3 Fork me on github! James Long works for Mozilla and can be reached at jlongster@jlongster.com Here is a 3d object. It is rendered with pure HTML and CSS using 2d transforms. These let you specify a transform property on a DOM element composed of translate, rotate, skew, and scale functions. To achieve the 3d effect, I project the 3d triangles into 2d screen space usin