comparison Framework/Widgets/WorldSceneWidget.h @ 330:7a364e44fbb4 am-2

renamed SetDefaultView in FitContent
author am@osimis.io
date Wed, 17 Oct 2018 12:45:52 +0200
parents b10dfdb96866
children 7ccf919faff0
comparison
equal deleted inserted replaced
329:b10dfdb96866 330:7a364e44fbb4
104 virtual void SetSize(unsigned int width, 104 virtual void SetSize(unsigned int width,
105 unsigned int height); 105 unsigned int height);
106 106
107 void SetInteractor(IWorldSceneInteractor& interactor); 107 void SetInteractor(IWorldSceneInteractor& interactor);
108 108
109 virtual void SetDefaultView(); 109 virtual void FitContent();
110 110
111 void SetView(const ViewportGeometry& view); 111 void SetView(const ViewportGeometry& view);
112 112
113 ViewportGeometry GetView(); 113 ViewportGeometry GetView();
114 114