I can't count the number of times i've gone on to a forum and seen code like this: (Using a modified example from gafferongames.com)
posX = posX + velX * dt;
posY = posY + velY * dt;
velX = velX + (forceX/mass) * dt;
velY = velY + (forceY/mass) *...
Splinter of Chaos
Member Since 08 Jun 2006Offline Last Active Private
Not Telling