parry
parry copied to clipboard
Macroquad examples tracking issue
| example | PR | Note |
|---|---|---|
| points in poly | https://github.com/dimforge/parry/pull/210 | no 3d version |
| raycast | https://github.com/dimforge/parry/pull/234 | |
| intersection plane | https://github.com/dimforge/parry/pull/250 | |
| projection | https://github.com/dimforge/parry/pull/234 | |
| Convex hull | https://github.com/dimforge/parry/pull/256 | |
| AABB | https://github.com/dimforge/parry/pull/257 | |
| Bounding spheres | https://github.com/dimforge/parry/pull/259 |
full examples list:
~~aabb3d~~ ball3d ~~bounding_sphere3d~~ capsule cone contact_query3d convex3d ~~convex_hull3d~~ convex_try_new3d cuboid3d cylinder distance_query3d getting_started mesh3d plane3d ~~plane_intersection~~ polyline3d ~~project_point3d~~ proximity_query3d solid_point_query3d solid_ray_cast3d: :construction: ; probably adaptations to make to #234 to use more of the API. time_of_impact_query3d