-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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 support for shapeCast
and merged raycastFirst
and raycastAll
into raycast
#5039
Open
MushAsterion
wants to merge
102
commits into
playcanvas:main
Choose a base branch
from
MushAsterion:shapecasts
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Commits on Feb 3, 2023
-
Added cast for shapes using `shapeCast` and by configuring the shape. It also provide API for each primitive shapes: - `boxCast(halfExtends, position, rotation)` - `capsuleCast(radius, heigh, axis, position, rotation)` - `coneCast(radius, heigh, axis, position, rotation)` - `cylinderCast(radius, heigh, axis, position, rotation)` - `sphereCast(radius, position, rotation)` There is also a private function `_shapecast(shape, collision, rotation)` if you wish to use your own shape (Ammo.btCollisionShape). Include full comments and docs. Include assertion of `Ammo.ConcreteContactResultCallback` for every public function. No assertion on private function to reduce function calls.
Configuration menu - View commit details
-
Copy full SHA for ac625fc - Browse repository at this point
Copy the full SHA ac625fcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4fd6099 - Browse repository at this point
Copy the full SHA 4fd6099View commit details -
Configuration menu - View commit details
-
Copy full SHA for c5f8fc8 - Browse repository at this point
Copy the full SHA c5f8fc8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 36d500a - Browse repository at this point
Copy the full SHA 36d500aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 624c8da - Browse repository at this point
Copy the full SHA 624c8daView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0e51d63 - Browse repository at this point
Copy the full SHA 0e51d63View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2ace6a3 - Browse repository at this point
Copy the full SHA 2ace6a3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2b1e039 - Browse repository at this point
Copy the full SHA 2b1e039View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0cdc17a - Browse repository at this point
Copy the full SHA 0cdc17aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 052e8f8 - Browse repository at this point
Copy the full SHA 052e8f8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7eff8db - Browse repository at this point
Copy the full SHA 7eff8dbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5de3fef - Browse repository at this point
Copy the full SHA 5de3fefView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9133182 - Browse repository at this point
Copy the full SHA 9133182View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1e4415e - Browse repository at this point
Copy the full SHA 1e4415eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 53cb43f - Browse repository at this point
Copy the full SHA 53cb43fView commit details -
Configuration menu - View commit details
-
Copy full SHA for b4f005b - Browse repository at this point
Copy the full SHA b4f005bView commit details
Commits on Feb 4, 2023
-
Co-authored-by: Hermann Rolfes <lama12345@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 502994c - Browse repository at this point
Copy the full SHA 502994cView commit details -
Configuration menu - View commit details
-
Copy full SHA for c8adb46 - Browse repository at this point
Copy the full SHA c8adb46View commit details -
Configuration menu - View commit details
-
Copy full SHA for fd907d5 - Browse repository at this point
Copy the full SHA fd907d5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9566b60 - Browse repository at this point
Copy the full SHA 9566b60View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6c2d55b - Browse repository at this point
Copy the full SHA 6c2d55bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9027bf3 - Browse repository at this point
Copy the full SHA 9027bf3View commit details -
Configuration menu - View commit details
-
Copy full SHA for c294abb - Browse repository at this point
Copy the full SHA c294abbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 845fb0a - Browse repository at this point
Copy the full SHA 845fb0aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 34d83b3 - Browse repository at this point
Copy the full SHA 34d83b3View commit details -
Configuration menu - View commit details
-
Copy full SHA for a448e62 - Browse repository at this point
Copy the full SHA a448e62View commit details -
Configuration menu - View commit details
-
Copy full SHA for fcb70ea - Browse repository at this point
Copy the full SHA fcb70eaView commit details
Commits on Feb 5, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 6213685 - Browse repository at this point
Copy the full SHA 6213685View commit details -
Configuration menu - View commit details
-
Copy full SHA for a444069 - Browse repository at this point
Copy the full SHA a444069View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3ae5522 - Browse repository at this point
Copy the full SHA 3ae5522View commit details -
Configuration menu - View commit details
-
Copy full SHA for dc69842 - Browse repository at this point
Copy the full SHA dc69842View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2d8149a - Browse repository at this point
Copy the full SHA 2d8149aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8134d3f - Browse repository at this point
Copy the full SHA 8134d3fView commit details
Commits on Feb 6, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 87451da - Browse repository at this point
Copy the full SHA 87451daView commit details -
Configuration menu - View commit details
-
Copy full SHA for d66eaaf - Browse repository at this point
Copy the full SHA d66eaafView commit details
Commits on Feb 8, 2023
-
Configuration menu - View commit details
-
Copy full SHA for bf5c384 - Browse repository at this point
Copy the full SHA bf5c384View commit details -
Configuration menu - View commit details
-
Copy full SHA for 73b10a7 - Browse repository at this point
Copy the full SHA 73b10a7View commit details
Commits on Feb 10, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 2fc5fa8 - Browse repository at this point
Copy the full SHA 2fc5fa8View commit details
Commits on Feb 11, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 3df7a28 - Browse repository at this point
Copy the full SHA 3df7a28View commit details -
Configuration menu - View commit details
-
Copy full SHA for d6d4539 - Browse repository at this point
Copy the full SHA d6d4539View commit details -
Configuration menu - View commit details
-
Copy full SHA for a9ea632 - Browse repository at this point
Copy the full SHA a9ea632View commit details -
Configuration menu - View commit details
-
Copy full SHA for db8274b - Browse repository at this point
Copy the full SHA db8274bView commit details -
Configuration menu - View commit details
-
Copy full SHA for faf1f00 - Browse repository at this point
Copy the full SHA faf1f00View commit details
Commits on Feb 12, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 6474880 - Browse repository at this point
Copy the full SHA 6474880View commit details
Commits on Feb 22, 2023
-
Configuration menu - View commit details
-
Copy full SHA for e084be1 - Browse repository at this point
Copy the full SHA e084be1View commit details -
Configuration menu - View commit details
-
Copy full SHA for c344241 - Browse repository at this point
Copy the full SHA c344241View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2759da4 - Browse repository at this point
Copy the full SHA 2759da4View commit details -
Configuration menu - View commit details
-
Copy full SHA for cf21ed8 - Browse repository at this point
Copy the full SHA cf21ed8View commit details -
Configuration menu - View commit details
-
Copy full SHA for f5d91b6 - Browse repository at this point
Copy the full SHA f5d91b6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8ca124e - Browse repository at this point
Copy the full SHA 8ca124eView commit details
Commits on Feb 24, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 00d2d67 - Browse repository at this point
Copy the full SHA 00d2d67View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1ccc26a - Browse repository at this point
Copy the full SHA 1ccc26aView commit details
Commits on Mar 4, 2023
-
Configuration menu - View commit details
-
Copy full SHA for a4a8305 - Browse repository at this point
Copy the full SHA a4a8305View commit details
Commits on Mar 10, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 54518b1 - Browse repository at this point
Copy the full SHA 54518b1View commit details
Commits on Mar 11, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 73b751c - Browse repository at this point
Copy the full SHA 73b751cView commit details
Commits on Mar 17, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 77b3ed0 - Browse repository at this point
Copy the full SHA 77b3ed0View commit details
Commits on Mar 18, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 956fd3e - Browse repository at this point
Copy the full SHA 956fd3eView commit details
Commits on Mar 19, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 377f5ae - Browse repository at this point
Copy the full SHA 377f5aeView commit details
Commits on Mar 21, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 383e9ad - Browse repository at this point
Copy the full SHA 383e9adView commit details -
Configuration menu - View commit details
-
Copy full SHA for 390bac6 - Browse repository at this point
Copy the full SHA 390bac6View commit details -
Configuration menu - View commit details
-
Copy full SHA for e5c7a09 - Browse repository at this point
Copy the full SHA e5c7a09View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9802d4c - Browse repository at this point
Copy the full SHA 9802d4cView commit details
Commits on Mar 22, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 6bd474b - Browse repository at this point
Copy the full SHA 6bd474bView commit details -
Configuration menu - View commit details
-
Copy full SHA for ea47f72 - Browse repository at this point
Copy the full SHA ea47f72View commit details -
Configuration menu - View commit details
-
Copy full SHA for 969ab5b - Browse repository at this point
Copy the full SHA 969ab5bView commit details
Commits on Mar 25, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 290a35d - Browse repository at this point
Copy the full SHA 290a35dView commit details
Commits on Apr 2, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 7c1b2c1 - Browse repository at this point
Copy the full SHA 7c1b2c1View commit details
Commits on Apr 8, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 20f6377 - Browse repository at this point
Copy the full SHA 20f6377View commit details
Commits on Apr 13, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 6fc799a - Browse repository at this point
Copy the full SHA 6fc799aView commit details
Commits on Apr 17, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 4c70791 - Browse repository at this point
Copy the full SHA 4c70791View commit details -
Configuration menu - View commit details
-
Copy full SHA for e6a47a3 - Browse repository at this point
Copy the full SHA e6a47a3View commit details
Commits on Apr 18, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 230e1fa - Browse repository at this point
Copy the full SHA 230e1faView commit details
Commits on Apr 26, 2023
-
Configuration menu - View commit details
-
Copy full SHA for f0ab87b - Browse repository at this point
Copy the full SHA f0ab87bView commit details
Commits on Apr 29, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 79a67ee - Browse repository at this point
Copy the full SHA 79a67eeView commit details
Commits on May 10, 2023
-
Configuration menu - View commit details
-
Copy full SHA for ecf1583 - Browse repository at this point
Copy the full SHA ecf1583View commit details
Commits on May 12, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 74f509a - Browse repository at this point
Copy the full SHA 74f509aView commit details
Commits on May 28, 2023
-
Configuration menu - View commit details
-
Copy full SHA for f23587a - Browse repository at this point
Copy the full SHA f23587aView commit details
Commits on Jun 20, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 3c3fa50 - Browse repository at this point
Copy the full SHA 3c3fa50View commit details
Commits on Jun 28, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 13a7c28 - Browse repository at this point
Copy the full SHA 13a7c28View commit details
Commits on Jul 24, 2023
-
Configuration menu - View commit details
-
Copy full SHA for fa155c4 - Browse repository at this point
Copy the full SHA fa155c4View commit details
Commits on Jul 28, 2023
-
Configuration menu - View commit details
-
Copy full SHA for f373ac7 - Browse repository at this point
Copy the full SHA f373ac7View commit details
Commits on Jul 31, 2023
-
Configuration menu - View commit details
-
Copy full SHA for f955f64 - Browse repository at this point
Copy the full SHA f955f64View commit details
Commits on Aug 10, 2023
-
Configuration menu - View commit details
-
Copy full SHA for ff3906b - Browse repository at this point
Copy the full SHA ff3906bView commit details
Commits on Aug 17, 2023
-
Configuration menu - View commit details
-
Copy full SHA for b96694a - Browse repository at this point
Copy the full SHA b96694aView commit details
Commits on Oct 16, 2023
-
Configuration menu - View commit details
-
Copy full SHA for ece932e - Browse repository at this point
Copy the full SHA ece932eView commit details
Commits on Oct 31, 2023
-
Configuration menu - View commit details
-
Copy full SHA for d442376 - Browse repository at this point
Copy the full SHA d442376View commit details
Commits on Feb 14, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a1a5473 - Browse repository at this point
Copy the full SHA a1a5473View commit details
Commits on Mar 29, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 8c7a842 - Browse repository at this point
Copy the full SHA 8c7a842View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2b2b643 - Browse repository at this point
Copy the full SHA 2b2b643View commit details
Commits on May 11, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 654794e - Browse repository at this point
Copy the full SHA 654794eView commit details
Commits on May 29, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 02e33bf - Browse repository at this point
Copy the full SHA 02e33bfView commit details
Commits on May 30, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 7bae7dc - Browse repository at this point
Copy the full SHA 7bae7dcView commit details
Commits on May 31, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c5e35d6 - Browse repository at this point
Copy the full SHA c5e35d6View commit details -
Configuration menu - View commit details
-
Copy full SHA for ba29b58 - Browse repository at this point
Copy the full SHA ba29b58View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8c67c9f - Browse repository at this point
Copy the full SHA 8c67c9fView commit details -
Configuration menu - View commit details
-
Copy full SHA for b3f213d - Browse repository at this point
Copy the full SHA b3f213dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7a642a8 - Browse repository at this point
Copy the full SHA 7a642a8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 972c1f7 - Browse repository at this point
Copy the full SHA 972c1f7View commit details -
Configuration menu - View commit details
-
Copy full SHA for ec7aa86 - Browse repository at this point
Copy the full SHA ec7aa86View commit details
Commits on Jun 4, 2024
-
Configuration menu - View commit details
-
Copy full SHA for bae27b7 - Browse repository at this point
Copy the full SHA bae27b7View commit details
Commits on Jun 27, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 3ef58e5 - Browse repository at this point
Copy the full SHA 3ef58e5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8aecf7a - Browse repository at this point
Copy the full SHA 8aecf7aView commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.