Search found 1 match

by Unjeffer
Sun Mar 05, 2017 9:50 pm
Forum: Suggestions
Topic: More efficient convex hull calculation
Replies: 1
Views: 14892

More efficient convex hull calculation

Playing with demos i wanted to increase the definition of meshes of minkowski sums shapes. So i set InertiaHelper.GenerateSphere(2, out SampleDirections, out sampleTriangleIndices); to InertiaHelper.GenerateSphere([b]4[/b], out SampleDirections, out sampleTriangleIndices); The convex hull calculatio...