comparison Samples/Common/RtViewer.cpp @ 1389:5c83be3a6be5

split SDL / common + RtViewer rename + html test file
author Benjamin Golinvaux <bgo@osimis.io>
date Tue, 28 Apr 2020 08:58:41 +0200
parents dfb48f0794b1
children ffdb82850e98
comparison
equal deleted inserted replaced
1388:240531afdd2d 1389:5c83be3a6be5
332 break; 332 break;
333 } 333 }
334 } 334 }
335 else if (viewport_->IsRefreshEvent(event)) 335 else if (viewport_->IsRefreshEvent(event))
336 { 336 {
337 // the viewport has been invalidated and requires repaint
337 viewport_->Paint(); 338 viewport_->Paint();
338 } 339 }
339 } 340 }
340 341
341 void RtViewerApp::OnSceneTransformChanged( 342 void RtViewerApp::OnSceneTransformChanged(