Skip to content

Commit

Permalink
Adding setter and getter for SoftBody RestLengthScale. Updating docke…
Browse files Browse the repository at this point in the history
…r-compose.yml to build with closure by default. (#363)
  • Loading branch information
Fowlet committed Apr 4, 2021
1 parent 46c2f14 commit 99d0ec0
Show file tree
Hide file tree
Showing 5 changed files with 1,737 additions and 1,726 deletions.
2 changes: 2 additions & 0 deletions ammo.idl
Expand Up @@ -1068,6 +1068,8 @@ interface btSoftBody {
long generateClusters(long k, optional long maxiterations);
long generateBendingConstraints(long distance, Material mat);
btSoftBody upcast(btCollisionObject colObj);
float getRestLengthScale();
void setRestLengthScale(float restLength);
};
btSoftBody implements btCollisionObject;

Expand Down
1,859 changes: 932 additions & 927 deletions builds/ammo.js

Large diffs are not rendered by default.

0 comments on commit 99d0ec0

Please sign in to comment.