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

Added sweepTest to jme3-bullet-native #250

Merged
merged 2 commits into from Mar 28, 2015

Conversation

rainmantsr
Copy link
Contributor

No description provided.

@empirephoenix
Copy link
Contributor

This lookes fine for me, @normen what do you think about this?

@shadowislord
Copy link
Member

I can confirm TestSweepTest works, however, it seems the sweep test returns the object being sweeped as well (meaning, the capsule shape). This behavior doesn't seem to occur with JBullet. Currently investigating ...

@shadowislord shadowislord merged commit 5c8b1fe into jMonkeyEngine:master Mar 28, 2015
@shadowislord
Copy link
Member

I changed TestSweepTest so it ignores the shape being sweeped. This is a behavior difference between JBullet and native bullet that needs to be accounted for.

@normen
Copy link
Member

normen commented Mar 30, 2015

Its okay the way it is but you copied the ugly way the other hit results are copied to java (addResult/addSweepResult), which was done as a contribution.. I wanted to change how this is handled, guess its my fault for keeping this bad example in ^^

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants