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 raycast query to BulletCollisionDetector #1309

Merged
merged 2 commits into from
May 7, 2019
Merged

Add raycast query to BulletCollisionDetector #1309

merged 2 commits into from
May 7, 2019

Conversation

jslee02
Copy link
Member

@jslee02 jslee02 commented May 7, 2019


Before creating a pull request

  • Document new methods and classes
  • Format new code files using clang-format

Before merging a pull request

  • Set version target by selecting a milestone on the right side
  • Summarize this change in CHANGELOG.md
  • Add unit test(s) for this change

@jslee02 jslee02 added this to the DART 6.9.0 milestone May 7, 2019
@jslee02 jslee02 marked this pull request as ready for review May 7, 2019 03:18
@codecov
Copy link

codecov bot commented May 7, 2019

Codecov Report

Merging #1309 into master will increase coverage by 0.07%.
The diff coverage is 89.85%.

@@            Coverage Diff             @@
##           master    #1309      +/-   ##
==========================================
+ Coverage   57.11%   57.18%   +0.07%     
==========================================
  Files         363      366       +3     
  Lines       26954    27023      +69     
==========================================
+ Hits        15395    15454      +59     
- Misses      11559    11569      +10
Impacted Files Coverage Δ
dart/collision/bullet/BulletCollisionDetector.hpp 100% <ø> (ø) ⬆️
dart/collision/CollisionDetector.hpp 100% <ø> (ø) ⬆️
dart/collision/CollisionDetector.cpp 92.72% <0%> (-7.28%) ⬇️
dart/collision/RaycastResult.hpp 100% <100%> (ø)
dart/collision/RaycastOption.cpp 100% <100%> (ø)
dart/collision/RaycastResult.cpp 100% <100%> (ø)
dart/collision/bullet/BulletCollisionDetector.cpp 69.87% <94.64%> (+4.09%) ⬆️
dart/dynamics/Skeleton.cpp 65.95% <0%> (-0.17%) ⬇️
... and 1 more

@jslee02 jslee02 merged commit 731267c into master May 7, 2019
@jslee02 jslee02 deleted the ray_casting branch May 7, 2019 13:32
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.

1 participant