comparison Applications/StoneWebViewer/WebAssembly/StoneWebViewer.cpp @ 1977:ba971d9082d3

cont pixel probe
author Sebastien Jodogne <s.jodogne@gmail.com>
date Sat, 29 Oct 2022 16:31:09 +0200
parents d71acf30970a
children 95449b0e064a
comparison
equal deleted inserted replaced
1976:d71acf30970a 1977:ba971d9082d3
2305 else 2305 else
2306 { 2306 {
2307 scene.DeleteLayer(LAYER_ORIENTATION_MARKERS); 2307 scene.DeleteLayer(LAYER_ORIENTATION_MARKERS);
2308 } 2308 }
2309 2309
2310 stoneAnnotations_->UpdateProbes(scene);
2311 stoneAnnotations_->Render(scene); // Necessary for "FitContent()" to work 2310 stoneAnnotations_->Render(scene); // Necessary for "FitContent()" to work
2312 2311
2313 if (fitNextContent_) 2312 if (fitNextContent_)
2314 { 2313 {
2315 lock->RefreshCanvasSize(); 2314 lock->RefreshCanvasSize();