You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor(voxel-annotations): rework chunk reloading pipeline -> wait for the entire downsample cascade before reloading chunks, this fixes the disappearing preview at low res.
Copy file name to clipboardExpand all lines: src/voxel_annotation/TODOs.md
+1-3Lines changed: 1 addition & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,13 +7,11 @@
7
7
8
8
### later
9
9
10
-
- should we allow drawing even when there are no writable volume, and in that case inform the user about it and only draw edits in the preview layer? I am not sure about the real use cases tho.
11
10
- add preview for the undo/redo
12
-
- optimize flood fill tool (it is too slow on area containing uncached chunks, due to the getEnsuredValueAt() calls)
13
11
- the flood fill sometimes leaves artifacts in sharp areas (maybe increase fillBorderRegion() radius)
14
-
- write a testsuite for the downsampler and ensure its proper working on exotic lod levels
15
12
16
13
### questionable
17
14
15
+
- write a testsuite for the downsampler and ensure its proper working on exotic lod levels
0 commit comments