mirror of
https://github.com/opelly27/Java-N-Body-Simulation.git
synced 2026-05-20 15:37:44 +00:00
.
This commit is contained in:
@@ -24,3 +24,4 @@ hs_err_pid*
|
|||||||
|
|
||||||
# png frames
|
# png frames
|
||||||
*.png
|
*.png
|
||||||
|
.DS_Store
|
||||||
|
|||||||
+1
-1
@@ -126,7 +126,7 @@ public class Space {
|
|||||||
space.updateVelocities();
|
space.updateVelocities();
|
||||||
space.updatePositions();
|
space.updatePositions();
|
||||||
//System.out.println(space);
|
//System.out.println(space);
|
||||||
space.draw();
|
space.save(i);
|
||||||
//space.save(counter);
|
//space.save(counter);
|
||||||
//System.out.println(counter);
|
//System.out.println(counter);
|
||||||
counter ++;
|
counter ++;
|
||||||
|
|||||||
Binary file not shown.
Reference in New Issue
Block a user