Projectile C++ and OpenGL[code] void Update(float dt) { Vector3 acceleration; Vector3 Vi, Vf, W; Vi.set(5, 20, 10...
Projectile C++ and OpenGLI'm working on a cannon that shoots a cannon ball in OpenGL. I get the ball to move in a line but no...
This user does not accept Private Messages