Skip to content

Commit

Permalink
Show spots without meshes as icosahedron spheres.
Browse files Browse the repository at this point in the history
  • Loading branch information
tinevez committed Sep 11, 2023
1 parent 8e11f12 commit c69c57f
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,7 @@ public static final StupidMesh createMesh( final Spot spot )
Meshes.copy( mesh, bm );
return new StupidMesh( bm );
}
System.out.println( "TODO: Deal with spherical spots" ); // DEBUG
return null;
return new StupidMesh( Icosahedron.sphere( spot ) );
}

public static final < T extends Type< T > > BvvHandle createViewer( final ImagePlus imp )
Expand Down

0 comments on commit c69c57f

Please sign in to comment.