Skip to main content

Questions tagged [convex-hull]

1 vote
1 answer
295 views

A convex hull shape in a 3D game engine defined by vertices needs at least 4 points in order to have volume, since that would make it a tetrahedron. However, some game engines may support fewer points,...
Aaron Franke's user avatar
3 votes
0 answers
89 views

I was wondering if there is a way to calculate the smallest distance between two 4-sided objects in space. In this specific scenario, the only information I know about both of them are the 4 points ...
Carmo's user avatar
  • 157
0 votes
1 answer
2k views

I have some experiences on particle system simulation (namely DEM - Discrete element method), in which an individual particle with realistic shape (convex and non-convex) is approximated by gluing 3D ...
KOF's user avatar
  • 101
2 votes
1 answer
903 views

I'm having real trouble resolving this issue with triangle-convex hull SAT test intersection. The problem is as follows: Misses are detected accurately enough: Clear miss I have not found a problem ...
bobobobo's user avatar
  • 17.2k