-
Notifications
You must be signed in to change notification settings - Fork 3.6k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
3D Tiles feature renames #3473
3D Tiles feature renames #3473
Conversation
Part of #3241. Spec change: CesiumGS/3d-tiles#59 |
@@ -446,7 +446,7 @@ define([ | |||
var vertexBuffer = collection._vertexBuffer; | |||
var createVertexBuffer = collection._createVertexBuffer; | |||
|
|||
var instancesLength = collection.length; | |||
var featuresLength = collection.length; |
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.
Since ModelInstanceCollection
isn't strictly a 3D Tiles class, I think instances
makes more sense here.
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.
Ah, yes. Bad search and replace.
Just that comment, everything else looks good. |
Updated. The Sandcastle example is also updated. |
Alright this is ready to go. Merged. |
Batched3DModel
toCesium3DTileFeature
getModel
togetFeature
batchLength
/instancesLength
tofeaturesLength
This will create some trivial breaking changes for the
3d-tiles-sandcastle
branch.