-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
Missed a constructor in AnalyticalGraphicsInc/cesium#6632. #6681
Conversation
@emackey, thanks for the pull request! Maintainers, we have a signed CLA from @emackey, so you can review this at any time.
I am a bot who helps you make Cesium awesome! Contributions to my configuration are welcome. 🌍 🌎 🌏 |
@@ -281,6 +283,7 @@ define([ | |||
basePath : undefined, | |||
incrementallyLoadTextures : false, | |||
upAxis : content._tileset._gltfUpAxis, | |||
forwardAxis : Axis.X, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This will need to get passed along through ModelInstanceCollection
as well.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is there a test case, in Sandcastle maybe?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The test tilesets all use boxes... but you can replace box.glb in this tileset with something else.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks. Was able to reproduce and confirm the fix here too. Looks like travis failed, I'll look into that next.
No idea what's up with travis. |
Travis is just flaky. Looks like everything is passing now. |
Addresses #6632 (comment)