collision-detection
Here are 436 public repositories matching this topic...
-
Updated
Jun 24, 2022 - C++
-
Updated
Sep 13, 2021 - C
-
Updated
May 28, 2022
-
Updated
Jul 3, 2022 - C++
-
Updated
Jul 1, 2022 - C++
-
Updated
Jun 5, 2021 - JavaScript
-
Updated
Apr 12, 2022 - Java
-
Updated
Dec 15, 2021
-
Updated
Apr 28, 2021 - JavaScript
-
Updated
Jan 2, 2021 - C++
We should add an automatic computation of triangle-mesh mass properties.
This would implicitly assume that the TriMesh
is manifold and have consistent winding.
That paper suggests that this should be fairly easy to implement, based on the existing code that computes ConvexPolyhedron
mass properties.
-
Updated
Apr 8, 2022 - C++
It would be nice to have a crosshair instead of a cursor while aiming for the shot.
-
Updated
Jul 5, 2022 - C
-
Updated
Mar 6, 2018 - C++
-
Updated
Sep 4, 2021 - JavaScript
-
Updated
Apr 30, 2018 - JavaScript
-
Updated
Sep 8, 2019 - C#
-
Updated
Dec 29, 2015 - JavaScript
-
Updated
Oct 22, 2021 - C++
-
Updated
Jul 8, 2022 - Java
-
Updated
Jul 3, 2022 - Julia
-
Updated
May 23, 2020 - Python
-
Updated
Jun 30, 2022 - C++
-
Updated
Feb 11, 2022 - HTML
-
Updated
Jul 8, 2022 - C++
Improve this page
Add a description, image, and links to the collision-detection topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the collision-detection topic, visit your repo's landing page and select "manage topics."
I think there's an extra #endif in tinyfiles.h. Around line 88 there's this:
#if defined( TINYPATH_IMPLEMENTATION )
#endif TINYPATH_IMPLEMENTATION
That #endif doesn't look like it should be there. I get compilation errors about the final #endif having no matching #if