-
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
Bounding sphere for ellipsoid with dynamic radii broken in 1.27 #4866
Comments
Not just the bounding sphere is broken: The position of the entity itself, as viewed by |
Git bisect says: 85ced9b is the first bad commit |
Thanks @emackey that change you found with bisect fixes a related issue brought on by the moving of all primitive data into the batch table. What's most likely happening (I haven't actually looked at the code yet) is that I'll try to open a PR for this this weekend unless someone else beats me to it. |
This bug affects all dynamic geometry, not just ellipsoid.
with
Appears to fix the issue. I'm not sure if the old behavior of us having the transform the bounding sphere ourselves was intentional, or a bug we were unknowingly working around. So we might want to keep an eye out for other |
I think this bug affects "all dynamic geometry" that uses a custom modelMatrix, of which That said, I didn't test custom 3D models yet. It looks like |
From the forum: https://groups.google.com/forum/?hl=en#!topic/cesium-dev/wm3VEHXk1wM
This example works in 1.26 but not in 1.27 and later. It also works fine if
radii
has a static value.Likely culprit: #4461
The text was updated successfully, but these errors were encountered: