CesiumGS / CesiumGS/cesium-native
Tileset Selection: LoadTileImage: Tiles loaded
Open
- Dominant language
- C++
- Stars
- 623
- Forks
- 277
- PR merge metrics
- No merged PRs in 30d
Description
This covers the case where the rectangle is covered and these two scenarios:
1. The quality is alright --> return
2. The quality is not right --> look at existing tiles and if higher quality needed, go to parents. If lower quality needed, go to children.
Contributor guide
Research direction
Start by tracing the LoadTileImage entry point and how tileset selection currently handles a covered rectangle. Determine how existing tile quality is evaluated and how parent or child traversal is represented. Done means the selection returns when quality is sufficient and navigates to parents or children when it is not.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- Domain
- computer-graphics
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Quiet
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100