unity-quickhull
unity-quickhull copied to clipboard
An implementation in Unity of the Quickhull algorithm for generating 3D convex hulls
Results
1
unity-quickhull issues
Sort by
recently updated
recently updated
newest added
This is quite the edge case, but there is a quadruple-for loop in `FindInitialHullIndices` each vertex that can cause programs to stall. It's a O(n^4) algorithm.