comparison Framework/Deprecated/Toolbox/ViewportGeometry.cpp @ 1117:383aa2a7d426 broker

integration mainline->broker
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 04 Nov 2019 15:54:57 +0100
parents d33ae2b0db9d
children 2d8ab34c8c91
comparison
equal deleted inserted replaced
1116:a08699daf78b 1117:383aa2a7d426
79 } 79 }
80 80
81 81
82 void ViewportGeometry::SetSceneExtent(const OrthancStone::Extent2D& extent) 82 void ViewportGeometry::SetSceneExtent(const OrthancStone::Extent2D& extent)
83 { 83 {
84 LOG(INFO) << "New scene extent: (" 84 // LOG(INFO) << "New scene extent: ("
85 << extent.GetX1() << "," << extent.GetY1() << ") => (" 85 // << extent.GetX1() << "," << extent.GetY1() << ") => ("
86 << extent.GetX2() << "," << extent.GetY2() << ")"; 86 // << extent.GetX2() << "," << extent.GetY2() << ")";
87 87
88 sceneExtent_ = extent; 88 sceneExtent_ = extent;
89 ComputeTransform(); 89 ComputeTransform();
90 } 90 }
91 91