darozak / Advolition

1 stars 0 forks source link

When plotting tiles in the GUI, have them fade with the age of the scan. #35

Closed darozak closed 7 months ago

darozak commented 7 months ago

Now that the robot retains a historic record of all the tiles that it has scanned (https://github.com/darozak/Advolition/commit/71952d3362c58dd1f861a2213340f7907a890d28), I need to provide a cue in the GUI that lets the viewers know that the data they are seeing relates to an old scan and may no longer be accurate.

I can do this by having tiles fade as the corresponding scan information becomes older.

darozak commented 7 months ago

Done. The plotted scans will fade as the scan data ages (https://github.com/darozak/Advolition/commit/eeedc98a0a19beba1e00f63487dda0d69306f54c).