OPENCL(GPU mode)How to compute distances between convex hull

Post Reply
shome
Posts: 4
Joined: Sun May 22, 2016 2:14 pm

OPENCL(GPU mode)How to compute distances between convex hull

Post by shome »

In OPENCL mode (in GPU) how to do distance computations between two convex hulls(intersecting or non intersecting)? Is GJK, EPA deprecated? I am looking for something like the one in Demos/CollisionDemo OR in Demos/ConvexHullDistance
benelot
Posts: 350
Joined: Sat Jul 04, 2015 10:33 am
Location: Bern, Switzerland
Contact:

Re: OPENCL(GPU mode)How to compute distances between convex

Post by benelot »

The OpenCL implementation is still considered and maybe will always be considered experimental. If you miss anything, it might just not be there. Sorry for this.
Post Reply