Skip to content

Commit

Permalink
Expose getFlags and setFlags for btRigidBody (#415)
Browse files Browse the repository at this point in the history
  • Loading branch information
MushAsterion authored Mar 29, 2023
1 parent 6ec2ce6 commit 1a601e4
Show file tree
Hide file tree
Showing 4 changed files with 1,833 additions and 1,822 deletions.
2 changes: 2 additions & 0 deletions ammo.idl
Original file line number Diff line number Diff line change
Expand Up @@ -739,6 +739,8 @@ interface btRigidBody {
void setGravity([Const, Ref] btVector3 acceleration);
[Const] btBroadphaseProxy getBroadphaseProxy();
void clearForces();
void setFlags(long flags);
[Const] long getFlags();
};
btRigidBody implements btCollisionObject;

Expand Down
1,854 changes: 929 additions & 925 deletions builds/ammo.js

Large diffs are not rendered by default.

Loading

0 comments on commit 1a601e4

Please sign in to comment.