NASA-AMMOS / NASA-AMMOS/3DTilesRendererJS

TilesRenderer: Add configurable delay to downloads

Open
#1,423 2 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
JavaScript
Stars
2.5k
Forks
416
Avg merge
17h 52m
Merged PRs (30d)
37

Description

This can be done by just adding something like a "wait" before actually triggering a download. This will provide the opportunity to cancel loads if they are no longer needed or the camera is moving quickly (see #1422). This potentially causes extra delays, though, if a tile is in the queue and then removed and then added again in cases where it may have just been unused for one frame. Can this be made more resilient?

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by reading the TilesRenderer download scheduling path and the discussion in issue #1422. Define how a configurable wait interacts with cancellation, queue removal, and re-adding a tile, then verify that unnecessary delays are avoided when a tile briefly leaves and returns to the queue.

Written by the indexing model from the issue text.

Assessment

Tech stack
javascript
Domain
computer-graphics
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.