File tree Expand file tree Collapse file tree
include/Cesium3DTilesSelection Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -482,11 +482,11 @@ class CESIUM3DTILESSELECTION_API Tileset final {
482482 TilesetOptions _options;
483483
484484 // Holds computed distances, to avoid allocating them on the heap during tile
485- // selection. Passed by reference into selectTiles().
485+ // selection.
486486 std::vector<double > _distances;
487487
488- // Holds the occlusion proxies of the children of a tile. Passed by reference
489- // into selectTiles() to avoid per-frame allocation.
488+ // Holds the occlusion proxies of the children of a tile, to avoid
489+ // per-frame allocation.
490490 std::vector<const TileOcclusionRendererProxy*> _childOcclusionProxies;
491491
492492 CesiumUtility::IntrusivePointer<TilesetContentManager>
Original file line number Diff line number Diff line change @@ -250,7 +250,7 @@ class TilesetContentManager
250250 CesiumAsync::Promise<void > _rootTileAvailablePromise;
251251 CesiumAsync::SharedFuture<void > _rootTileAvailableFuture;
252252
253- // / @brief Tracks tiles eligible for content eviction ( LRU order) .
253+ // Tracks tiles eligible for content eviction in LRU order.
254254 TileUnloadQueue _unloadQueue;
255255
256256 std::vector<TileLoadRequester*> _requesters;
Original file line number Diff line number Diff line change @@ -43,7 +43,6 @@ using namespace CesiumUtility;
4343
4444namespace Cesium3DTilesSelection {
4545
46- // Internal types used by selectTiles and traversal helpers.
4746namespace {
4847
4948struct TraversalContext {
You can’t perform that action at this time.
0 commit comments