1.39 Drill Picker

1. A concise explanation of the problem you're experiencing.

Drill-picking certain polygons causes the browser to hang in an infinite loop after upgrading to Cesium 1.39. After reverting to Cesium 1.38, the issue resolves itself and you can then drill-pick things again.

2. A minimal code example. If you've found a bug, this helps us reproduce and repair it.

Rather complex. But this is the loop it's getting caught up in:

https://github.com/AnalyticalGraphicsInc/cesium/blob/1317bad025b6fb1183ad7e14a3e85a9c6a553cce/Source/Scene/Scene.js#L3371

Of note, we're not supplying a limit to the function in this particular instance.

3. Context. Why do you need to do this? We might know a better way to accomplish your goal.

N/A

4. The Cesium version you're using, your operating system and browser.

Presumably all browsers. Have seen it in FF56, FF57, Chrome 61, and Chrome 62.

Hi,

Can you be more specific about what polygons? Maybe give us a code snippet using sandcastle to help us reproduce?

Thanks!

Gabby

Gabby,
I figured it out. I'll post an issue on the Cesium github.

Justin

Thanks, Justin!

Issue is here just in case anyone is looking.