'Quake' MD2 models for 3D animation. The files are a collection of vertices, texture coordinates, and movement matrix for creating 3D animation. Each MD2 file comes with a bmp file for its texture (skin). The BMP must be 24-bit and be a power of 2 in dimensions (ie., 128 x 128).

MD2Viewer.bas - runs through all animations in the file (slow rendering).

Md2_animation.bas - loads up a set of frames (key frames) and stores it in a display list. You can get up to 30 - 60 Frames/sec for fast animation, but slow load up time.