diff Applications/Samples/Sdl/SingleFrameViewer/SdlSimpleViewerApplication.h @ 1975:5a434f5889f8

starting pixel probe
author Sebastien Jodogne <s.jodogne@gmail.com>
date Sat, 29 Oct 2022 11:57:00 +0200
parents 898774b4e02d
children 07964689cb0b
line wrap: on
line diff
--- a/Applications/Samples/Sdl/SingleFrameViewer/SdlSimpleViewerApplication.h	Fri Oct 28 17:58:59 2022 +0200
+++ b/Applications/Samples/Sdl/SingleFrameViewer/SdlSimpleViewerApplication.h	Sat Oct 29 11:57:00 2022 +0200
@@ -130,7 +130,8 @@
 
     std::unique_ptr<TextureBaseSceneLayer> layer(
       message.GetInstanceParameters().CreateTexture(message.GetImage()));
-    layer->SetLinearInterpolation(true);
+    //layer->SetLinearInterpolation(true);
+    layer->SetLinearInterpolation(false);
 
     {
       std::unique_ptr<IViewport::ILock> lock(viewport_->Lock());