comparison Applications/StoneWebViewer/WebAssembly/StoneWebViewer.cpp @ 1976:d71acf30970a

fixed serialization of pixel probes
author Sebastien Jodogne <s.jodogne@gmail.com>
date Sat, 29 Oct 2022 13:02:21 +0200
parents 5a434f5889f8
children ba971d9082d3
comparison
equal deleted inserted replaced
1975:5a434f5889f8 1976:d71acf30970a
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);
2310 stoneAnnotations_->Render(scene); // Necessary for "FitContent()" to work 2311 stoneAnnotations_->Render(scene); // Necessary for "FitContent()" to work
2311 2312
2312 if (fitNextContent_) 2313 if (fitNextContent_)
2313 { 2314 {
2314 lock->RefreshCanvasSize(); 2315 lock->RefreshCanvasSize();