-
Notifications
You must be signed in to change notification settings - Fork 3.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PolylineCollection limited to 16384 #5538
Comments
I tried to debug that one unsuccessfully until now. However I noticed:
I would greatly appreciate an idea to debug that, specific tools or debug options you might suggest, ... |
OK we finally spotted an offset in the polyline indices buckets, a pull request should be submitted soon. |
A 64K buffer limit overflow test was wrong, leading to out-of range vertice indices.
A 64K buffer limit overflow test was wrong, leading to out-of range vertice indices.
Fix PolylineCollection indices arrays (#5538)
Congratulations on closing the issue! I found these Cesium forum links in the comments above: https://groups.google.com/d/msg/cesium-dev/exLJc20nQpI/6S_Kxs6pBQAJ If this issue affects any of these threads, please post a comment like the following:
|
Reported on the forum: https://groups.google.com/d/msg/cesium-dev/exLJc20nQpI/6S_Kxs6pBQAJ
When adding large numbers of elements to a polyline collection, only the first 16384 show up.
Here's an example (should make a full circle):
http://cesiumjs.org/Cesium/Apps/Sandcastle/?src=Hello%20World.html&label=Showcases&gist=758939a9dea1f6f5bf4d14617d55fe6a
The text was updated successfully, but these errors were encountered: