- Finish collision detection in the skateboarder
- Review code from the skateboarder team to see what can be salvaged and moved into the repository proper.
- Repository: http://www.mspc2.com:8089/svn/csdt (User name and password in a May 10 email, command: svn co http://www.mspc2.com:8089/svn/csdt --username username --password password, short note on making it run at here)
- Team A2 source code on skateboarder - compile.bat to compile, runprog.bat to run: Link
- A Java physics engine: http://www.cokeandcode.com/phys2d/
- SB/SkateBoarder.java: the Impulse(SbVector r, SbVector J) method
- SB/BoarderEngine.java: Step(double dt) method [the one method I need to work mostly on], Seek(double t) method
No comments:
Post a Comment