CPSC 533D Assignment 3
Rigid Body Dynamics

In this assignment you will be implementing the key parts of a rigid body dynamics simulator. It will simulate the motion of a single rectangular block that is thrown into the air and then collides with the ground plane.

What you need to do (and a recommended order)

Template code

http://www.cs.ubc.ca/~van/cpsc533D/a3/rbsim.tar.gz

Key bindings for the template code

  space   start/pause simulation
  q       quit
  r       reset block to initial state
  >       increase eps, the coeff or restitution
  <       decrease eps, the coeff of restitution

Functions that you need to implement

Things that are useful to know


Last modified: Thu Nov 10 00:16:07 Pacific Standard Time 2005