Skip to content
Snippets Groups Projects
Commit 236a9164 authored by Tobias Pietzsch's avatar Tobias Pietzsch
Browse files

gray out-of-bounds background for debugging

parent fd1e845b
No related branches found
No related tags found
No related merge requests found
......@@ -21,7 +21,7 @@ public class VolatileSpimSource extends AbstractSpimSource< VolatileUnsignedShor
currentTimepoint = timepoint;
if ( isPresent( timepoint ) )
{
final VolatileUnsignedShortType zero = new VolatileUnsignedShortType( 0 );
final VolatileUnsignedShortType zero = new VolatileUnsignedShortType( 128 );
final View view = sequenceViews.getView( timepoint, setup );
final AffineTransform3D reg = view.getModel();
final AffineTransform3D mipmapTransform = new AffineTransform3D();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment