I'm using Cesium 1.30 on Linux. I have an object composed of 1000's of polygons. When I do a 'drillPick' the screen locks up for a couple of seconds. Is there any way to keep this from happening. I've tried creating the object as a single primitive with 'allowPicking' set to false, but the problem still exists. I tried delving into the source code and would have thought setting 'allowPicking' to false would have fixed the problem.
Thanks,
Tony