Gabby Getz
Gabby Getz
> I mean with a previous Cesium release. To verify I just ran an older version of my project where Cesium 1.91.0 was used and here the performance is good...
There was a fairly large refactor that went in with that change. @j9liu would you be able to recommend a place to start looking regarding changes from ModelExperimental related to...
Thanks for the report @sgomon12. There's a chance this is a similar indexing issue to https://github.com/CesiumGS/cesium/issues/12136.
Hi @syzdev, you'll need to set the [`enableCollision` option](https://cesium.com/learn/cesiumjs/ref-doc/Cesium3DTileset.html#.ConstructorOptions) to true. However, even when I do that, there seems to be an issue with this particular tileset.
Reported again in https://community.cesium.com/t/geojsondatasource-crash/25540/2.
Also reported in https://github.com/CesiumGS/cesium/issues/12251 / https://community.cesium.com/t/25mb-geojson-file-related-rangeerror-invalid-array-length/35754
@jjspace I'm thinking the problem here is that we run some `build` steps as a part of the `test` command. Perhaps we should come up with a better strategy for...
Hi @onsummer! We agree node-fetch would be the best replacement here, which was used as a replacement for `request` in `gulpfile.js`.
We removed "request" from all of our tooling, but not the package.json for some reason. Should be a simple cleanup.
Addressed in https://github.com/CesiumGS/cesium/pull/12686. Thanks @easymahaffey and @mzschwartz5!