Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add attributes m_collisionFilterGroup, m_collisionFilterMask to ContactResultCallback in ammo.idl #352

Open
wants to merge 5 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions ammo.idl
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,8 @@ interface btManifoldPoint {

[Prefix="btCollisionWorld::"]
interface ContactResultCallback {
attribute short m_collisionFilterGroup;
attribute short m_collisionFilterMask;
float addSingleResult([Ref] btManifoldPoint cp, [Const] btCollisionObjectWrapper colObj0Wrap, long partId0, long index0, [Const] btCollisionObjectWrapper colObj1Wrap, long partId1, long index1);
};

Expand Down
1,768 changes: 830 additions & 938 deletions builds/ammo.js

Large diffs are not rendered by default.

Loading