comparison OrthancStone/Samples/WebAssembly/RtViewer/RtViewerWasm.cpp @ 1535:301571299212

DefaultViewportInteractor::SetWindowingLayer()
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 07 Aug 2020 22:23:36 +0200
parents 244ad1e4e76a
children
comparison
equal deleted inserted replaced
1534:0443d04416d9 1535:301571299212
143 { 143 {
144 views_[i]->PrepareViewport(); 144 views_[i]->PrepareViewport();
145 } 145 }
146 146
147 StartLoaders(); 147 StartLoaders();
148
149 DefaultViewportInteractor interactor;
150 } 148 }
151 } 149 }
152 150
153 extern "C" 151 extern "C"
154 { 152 {