Skip to content
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

3D Tiles doc fixes #5356

Merged
merged 5 commits into from
May 24, 2017
Merged

3D Tiles doc fixes #5356

merged 5 commits into from
May 24, 2017

Conversation

lilleyse
Copy link
Contributor

From comments in #5308

@@ -34,7 +34,7 @@ define([
* 'debug' : true/false, // Full WebGL error reporting at substantial performance cost.
* 'lookAt' : CZML id, // The CZML ID of the object to track at startup.
* 'source' : 'file.czml', // The relative URL of the CZML file to load at startup.
* 'stats' : true, // Enable the FPS performance display.
* 'statistics' : true, // Enable the FPS performance display.
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I just changed to statistics everywhere so that i wouldn't miss anything.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think we should change Viewer, no need to create a breaking change for this now.

Copy link
Contributor

@pjcozzi pjcozzi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good, just a few small comments.

@@ -34,7 +34,7 @@ define([
* 'debug' : true/false, // Full WebGL error reporting at substantial performance cost.
* 'lookAt' : CZML id, // The CZML ID of the object to track at startup.
* 'source' : 'file.czml', // The relative URL of the CZML file to load at startup.
* 'stats' : true, // Enable the FPS performance display.
* 'statistics' : true, // Enable the FPS performance display.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think we should change Viewer, no need to create a breaking change for this now.

CHANGES.md Outdated
@@ -10,6 +10,8 @@ Change Log
* `Cesium3DTileContent`
* `Cesium3DTileFeature`
* `Cesium3DTilesInspector`, `Cesium3DTilesInspectorViewModel`, and `viewerCesium3DTilesInspectorMixin`
* `Cesium3DTileColorBlendMode`
* `Cesium3DTileRefine`
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remind me why this is public? Because it is on a getter in Cesium3DTile? What is the use case?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't have a use case, I'll make private again.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes it's a getter on Cesium3DTile which I can make private too,

@@ -227,10 +228,13 @@ define([
* given <code>batchId</code>. This object is used to get and modify the
* feature's properties.
*
* Features in a tile are ordered by <code>batchId</code>, an index used to retrieve their metadata from the batch table.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this needs to be surrounding with <p></p>.

@lilleyse
Copy link
Contributor Author

Updated.

@pjcozzi pjcozzi merged commit 6799b8f into 3d-tiles May 24, 2017
@pjcozzi pjcozzi deleted the doc-fixes branch May 24, 2017 19:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants