GET 3D CONVEX HULL FROM Cartesian3 points

69 views
Skip to first unread message

sur...@amnex.com

unread,
Oct 19, 2018, 4:30:55 AM10/19/18
to cesium-dev
hello,

Is there any way to get 3D convex hull from Cartesian3 Points?

I'm using Cesium 1.50.


Similar kind of function available in three JS, 





Omar Shehata

unread,
Oct 22, 2018, 12:01:36 PM10/22/18
to cesium-dev
You should be able to just compute this the same way Threejs does. If you look at the source of this example:


You'll see that they use the QuickHull library:


Which you can use as well. I believe it would give you an output as a list of triangle faces. To draw it in Cesium you'd have to construct a custom geometry instance:

Reply all
Reply to author
Forward
0 new messages