Skip to content

Commit

Permalink
Wiggly eyebrows.
Browse files Browse the repository at this point in the history
  • Loading branch information
RossNordby committed Apr 1, 2018
1 parent 2ebced8 commit 487dad6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
1 change: 0 additions & 1 deletion BEPUphysicsDemos/Demos/EarthquakeDemo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ public EarthquakeDemo(DemosGame game)
//Springs: Create a lattice of springs to hold the boxes together.
var platform = new Box(new Vector3(0, 4, 0), 18, 1, 18, 400);
platform.Material.KineticFriction = .8f;

Space.Add(platform);

//Create a big mess of DistanceJoints representing springs.
Expand Down
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@ For discussions about BEPUphysics, please head to the [BEPUphysics forums](https

If you're looking for more BEPU-related stuff, head to the [main BEPU website](http://bepuphysics.com).

If you're feeling angelic, you can throw money at us:
If you're feeling angelic, you can throw money at us on [patreon](https://www.patreon.com/bepu).

![](Documentation/images/readme/angelduck.png)

[![](Documentation/images/readme/throw%20money.gif)](https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=contact%40bepuentertainment%2ecom&lc=US&item_name=BEPUphysics&no_note=0¤cy_code=USD&bn=PP%2dDonationsBF%3abtn_donate_LG%2egif%3aNonHostedGuest)
![](https://raw.githubusercontent.com/bepu/bepuphysics1/master/Documentation/images/readme/angelduck.png)

0 comments on commit 487dad6

Please sign in to comment.