HTML5 Quake II MD2 Model Loader and Renderer

July 27, 2010

Hot on the heels of my PHP MD2 renderer that loads a Quake II MD2 model file and renders and rotates the model in 3D, I decided that it was clunky and to take advantage of new techniques in browsers I present an HTML5 based Quake II MD2 model loader and renderer that I wrote [...]

12

PHP MD2 Model Viewer

July 26, 2010

Not much to say except that this is a PHP script that loads an MD2 file server side (You have a choice between Quad Damage and Space Marine models). The script parses the data and outputs it to a GDImage as a wireframe model. This was just for fun and I hope it doesn’t prove [...]

0