-
Notifications
You must be signed in to change notification settings - Fork 44
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
GearboxAssy.gltf does not appear in the center of the screen in Cesium.js v1.47 #38
Comments
There's been some discussion that the bounding sphere calculation got messed up (possibly by me... oops). I don't have a link to that issue handy but it might be the cause. |
This is almost certainly caused by CesiumGS/cesium#6784 and should be fixed in the next release. |
@emackey Thank you for clarifying the cause. I would like to confirm the operation again at the next release of Cesium.js. |
Yes this was fixed by CesiumGS/cesium#6784 I tested the code on https://cx20.github.io/gltf-test/examples/cesium/index.html?model=GearboxAssy in Cesium's Sandcastle in master and it now zooms to the model correctly. |
@lilleyse Thank you for fix and checking. |
I confirmed that this issue was solved with Cesium.js v1.48. |
I tried to display
GearboxAssy.gltf
with Cesium.js v1.47.However, it does not seem to be displayed in the center of the screen.
Cesium.js + GearboxAssy.gltf result:
https://cx20.github.io/gltf-test/examples/cesium/index.html?model=GearboxAssy
As Cesium.js v1.46 was displayed in the center of the screen, I think that the specification changed probably.
It is necessary to investigate how to display the glTF model in the center like before.
The text was updated successfully, but these errors were encountered: