Skip to content
Permalink
Browse files
Update README.md
  • Loading branch information
ab8809 committed Sep 10, 2019
1 parent 31fd7c4 commit 312179afdaecda4fe2972c1305dd9f011d572315
Showing 1 changed file with 1 addition and 1 deletion.
@@ -405,4 +405,4 @@ Even when no force (and therefore no acceleration) is affecting the Player objec
* When calculating the acceleration, we do force / mass. A division in C++ code takes more clock cycles than multiplication. How could we improve this calculation?
* Add more forces to the Particle such as drag or wind.
* Add some debugging to your project so you can get a better understanding of how the Particle is updated.
* Make it so there is one object that is affected by the keyboard and others that are affected by forces.
* Make it so there is one object that is affected by the keyboard and others that are affected by forces for your coursework.

0 comments on commit 312179a

Please sign in to comment.