11129
December 21, 2018, 7:40am
1
1. A concise explanation of the problem you’re experiencing.
2. A minimal code example. If you’ve found a bug, this helps us reproduce and repair it.
3. Context. Why do you need to do this? We might know a better way to accomplish your goal.
4. The Cesium version you’re using, your operating system and browser.
omar
December 21, 2018, 4:38pm
2
This has been a requested feature for a while but no one’s gotten around to it yet:
To get the Model object from a 3D Tiles, the Sandcastle here has an example of going through the children, to extract the Model from the tileset:
If you do end up working on this, it would definitely be incredible to contribute it back to CesiumJS! The contributing guide is a good place to start there:
Thanks for contributing to CesiumJS. You rock! Are you
* [submitting an issue](#submitting-an-issue),
* [getting started contributing](#getting-started-contributing), or
* [opening a pull request](#opening-a-pull-request)?
To ensure an inclusive community, contributors and users in the Cesium community should follow the [code of conduct](./CODE_OF_CONDUCT.md).
# Submitting an Issue
If you have a question, do not submit an issue; instead, search the [Cesium community forum](https://community.cesium.com/). The forum is very active and there are years of informative archives, often with answers from the core Cesium team. If you do not find an answer to your question, start a new thread and you'll likely get a quick response.
If you think you've found a bug in CesiumJS, first search the [issues](https://github.com/CesiumGS/cesium/issues). If an issue already exists, please add a comment expressing your interest and any additional information. This helps us prioritize issues.
If a related issue does not exist, submit a new one. Please be concise and include as much of the following information as is relevant:
* Minimum amount of sample code (and data) shared through [Sandcastle](https://sandcastle.cesium.com).
* Screenshot or animated .gif if appropriate (try [LICEcap](http://www.cockos.com/licecap/)). For example, see [#3153](https://github.com/CesiumGS/cesium/issues/3153). Screenshots are particularly useful for exceptions and rendering artifacts. If it is a rendering artifact, also include the output of [webglreport.com](http://webglreport.com/).
* Link to the thread if this was discussed on the Cesium forum or elsewhere. For example, see [#3045](https://github.com/CesiumGS/cesium/issues/3045).
* Your operating system and version, browser and version, and video card. Are they all up-to-date? Is the issue specific to one of them?
* The version of Cesium. Did this work in a previous version?
This file has been truncated. show original
11129
December 23, 2018, 2:04pm
3
thank you.
在 2018年12月22日星期六 UTC+8上午12:38:15,Omar Shehata写道: