-
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
Start of 3D Tiles reference doc #3458
Conversation
* Do not construct this directly. Access it through {@link Cesium3DTile#content}. | ||
* </p> | ||
* | ||
* @alias Batched3DModel3DTileContentProvider |
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.
Should be Empty3DTileContentProvider
* @param {CullingVolume} cullingVolume The culling volume whose intersection with the tile is to be tested. | ||
* @returns {Number} A plane mask as described above in {@link CullingVolume#computeVisibilityWithPlaneMask}. | ||
* | ||
* @private | ||
*/ | ||
Cesium3DTile.prototype.canRequestContent = function() { |
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 documentation should be above Cesium3DTile.prototype.visiblity
right?
That's all my comments, I probably missed some things but we can do a more thorough check when the doc is complete. |
Thanks, updated. |
@lilleyse merged in |
Nice merging in now. |
Start of 3D Tiles reference doc
Part of #3241.
More reference doc to come, but it will be in a separate PR also with some renames.