comparison Samples/Sdl/TrackerSampleApp.h @ 938:eaaa9b574e05 toa2019073101

Fixed the Stone samples wrt the recent API changes (SdlOpenGLViewport, ICompositor...)
author Benjamin Golinvaux <bgo@osimis.io>
date Wed, 31 Jul 2019 10:58:16 +0200
parents a911f5bb48da
children 2d8ab34c8c91
comparison
equal deleted inserted replaced
937:86ac61a040c9 938:eaaa9b574e05
82 82
83 /** 83 /**
84 In the case of this app, the viewport is an SDL viewport and it has 84 In the case of this app, the viewport is an SDL viewport and it has
85 a OpenGLCompositor& GetCompositor() method 85 a OpenGLCompositor& GetCompositor() method
86 */ 86 */
87 OpenGLCompositor& GetCompositor(); 87 ICompositor& GetCompositor();
88 88
89 /** 89 /**
90 See the other overload 90 See the other overload
91 */ 91 */
92 const OpenGLCompositor& GetCompositor() const; 92 const ICompositor& GetCompositor() const;
93 93
94 /** 94 /**
95 This returns a random point in the canvas part of the scene, but in 95 This returns a random point in the canvas part of the scene, but in
96 scene coordinates 96 scene coordinates
97 */ 97 */