AllenCell / AllenCell/vole-core

internals: texture atlas vs 3d texture

Aperta
#67 2 commenti 0 reazioni 0 assegnatari Vedi su GitHub
Lingua principale
TypeScript
Stelle
106
Fork
11
Merge medio
3g 51m
PR unite (30g)
12

Descrizione

## Use Case

The viewer currently stores data redundantly in two separate representations. Maintaining a single representation would save on memory and simplify the code. Also if a volume has as many Z slices as X and Y, then tiling all the Z slices in a big XY texture atlas loses its efficiency.

## Solution

Evaluate whether we can store all volume data as 3d arrays and 3d textures rather than 2d texture atlases on gpu. (Consider whether fuse operation can work, linear filtering on 3d texture lookups, etc.

Guida per i contributori

Apri la guida per i contributori

Valutazione

Questa issue non è ancora stata valutata.

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.