comparison Framework/Widgets/WorldSceneWidget.cpp @ 46:766d31dc5716 wasm

removing threads for wasm
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 19 Apr 2017 14:33:06 +0200
parents 7207a407bcd8
children 25befef48c35
comparison
equal deleted inserted replaced
45:ecd96e563929 46:766d31dc5716
246 that_.observers_.Notify(&that_, functor); 246 that_.observers_.Notify(&that_, functor);
247 } 247 }
248 }; 248 };
249 249
250 250
251 void WorldSceneWidget::UpdateStep()
252 {
253 throw Orthanc::OrthancException(Orthanc::ErrorCode_InternalError);
254 }
255
256
257 bool WorldSceneWidget::RenderCairo(CairoContext& context) 251 bool WorldSceneWidget::RenderCairo(CairoContext& context)
258 { 252 {
259 ViewportGeometry view; 253 ViewportGeometry view;
260 254
261 { 255 {