ConvexGeometry is not included with standard distribution? Where can I find this?

Hello,

It seems like ConvexGeometry is not included in the standard distribution, is there any particular reason for this? Does anyone know of an ES6 package on npm that includes it, so that it can be imported easily?

Many thanks for any help!

  • a newbie JS dev

It seems like ConvexGeometry is not included in the standard distribution, is there any particular reason for this?

Yes. Because of its special character, ConvexGeometry is placed in the examples folder. Besides, it has a dependency to QuickHull. Including everything into the core is inappropriate since the core of three.js should be compact. I’ve never seen a module for it so I guess you have to perform a manual conversion.