diff Framework/Radiography/RadiographyAlphaLayer.cpp @ 1230:355dba5352d7

TestRenderer: Add a blank line on top of the text to improve bilinera filtering of the topmost line
author Alain Mazy <alain@mazy.be>
date Mon, 09 Dec 2019 16:37:39 +0100
parents ab958fd99b07
children e257b91fae2c
line wrap: on
line diff
--- a/Framework/Radiography/RadiographyAlphaLayer.cpp	Sat Dec 07 17:47:35 2019 +0100
+++ b/Framework/Radiography/RadiographyAlphaLayer.cpp	Mon Dec 09 16:37:39 2019 +0100
@@ -91,6 +91,7 @@
       return;  // layer is outside the buffer
     }
 
+    printf("rendering alpha: %d \n", y1);
     t.Apply(tmp, cropped, interpolation, true /* clear */);
 
     float value = foreground_;