Introduction - If you have any usage issues, please Google them yourself
Pre3d is a JavaScript library, which will project a 3d scene into 2d, and draw
it to a <canvas> element. The API is immediate mode, with the basic primitive
of a Shape, consisting of QuadFace quad and/or triangle faces. The library is
designed to be low-level and direct, there is no retrained or scene graph API.