home   |   contact
   
profile services projects tutorials
 
     
  home :: projects :: md2 file animation+       
 

Recent Projects

snapbomb
flexfwd
adrenalin
realworld
insite

General Programming

december project
threaded web server
recursive desent parser
kernel mod

Graphics Programming

introduction
subdivision
loop subdivision+
md2 file animator
key frame animator
collision detection
collision detection 2
cloth simulation
bsp tree/game
water simulation
radiosity

Shell Scripts

backup script
file transfer


   print this page
  email this page
> login

 md2 file animation

Name: MD2 Animator
Language: C/C++
API: OpenGL
Platform: Windows

This project loads md2 (quake 2) models and allows you to loop through the animation sequences. MD2 model format basically consists of a bunch of Points at different "key frames". To animate between them I used linear interpolation between each of the key frames. This was a fun little project that you could end up using to load models into your own game. There are a bunch of free tools out there to work with MD2 files and the format is very well documented.

Here is a screen shot of the project.

project picture

A major improvement on this type of model, would be to a load model with joints and motion ranges. This is what most games are doing now and it is how you get the really cool rag doll physics when you shoot up some character.



FlexFWD

FlexFWD is a social fitness logging tool. Connect with friends and follow athletes. Log: crossfit, running, swimming, or cycling. With mobile applications for the iPhone and Android devices, FlexFWD also integrates with your Nike+ and Garmin devices. This is the Utimate site for tracking and comparing your fitness restults to your friends and family. Click here to visit the project.



december project

The december project is a distributed internet backup project that I have been working on. This project is a distubuted cloud style backup system with error correction codes built in.


one2one

One2one is an opensource project that I started at source forge. One2one is a database transformation tool. The tool allows for easy transformation of data from one source to another. Take general data descriptions and map them into complex table hierarchies of any major database vendors. Click here to goto sourceforge and download the project code.

 
  Copyright © corey auger 2004