Hannah

Results 96 comments of Hannah

@cristianbote unfortunately no. I did check that out and try it first, but in this environment `globalThis` is set up to be a mocked version of `window` so it's not...

Also reported here: https://groups.google.com/d/msg/cesium-dev/XJqVTmdCq2o/L6h8msTYBAAJ

This also seems to be a problem with `BillboardCollection` and `PrimitiveCollection` when removing a large number of billboards/primitives. See an example with `PrimitiveCollection`, Reported by @abhimonk in #7230 And @kesemdavid...

Yeah, I think this should throw a `DeveloperError` instead of silently failing ```js var viewer = new Cesium.Viewer('cesiumContainer'); viewer.entities.add({ position : Cesium.Cartesian3.fromDegrees(-75.59777, 40.03883), billboard :{ image : '../images/Cesium_Logo_overlay.png', alignedAxis: new...