Skip to content

Commit

Permalink
Final foobar commit.
Browse files Browse the repository at this point in the history
git-svn-id: file:///Users/martin/Documents/svnrepo/trunk/martin/graphics/maniation@1559 3ab4d77f-209f-454f-af32-ffe4b78d429c
  • Loading branch information
ept committed May 6, 2006
1 parent 5f22916 commit 5526781
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions de/kleppmann/maniation/TestDynamics.java
Expand Up @@ -17,10 +17,11 @@ public TestDynamics() {
return; return;
} }
Simulation sim = new Simulation(); Simulation sim = new Simulation();
//MultiPendulum.setup(sim, 2); //MultiPendulum.setup(sim, 8);
//new NewtonsCradle(sim); //new NewtonsCradle(sim);
//sim.addBody(new Gyroscope(sim.getWorld()));
new DynamicScene(scene, sim); new DynamicScene(scene, sim);
sim.run(5.0); sim.run(6.0);
} }


public static void main(String[] args) { public static void main(String[] args) {
Expand Down

0 comments on commit 5526781

Please sign in to comment.