Petr Bobák

Results 2 comments of Petr Bobák

I have the same issue as reported by @brejchajan on macOS 10.15 Catalina with osgEarth 3.0.0 (dev) build. ``` osgEarth Library 3.0.0 (DEVELOPMENT) [osgEarth] [Registry] Note: GDAL_DATA environment variable is...

Hi, so I solved the issue by following (thanks @robertosfield for pointing out the `GraphicsWindowCocoa.mm`): - in `OpenSceneGraph/src/osgViewer/GraphicsWindowCocoa.mm` I have added the line `[_view setWantsBestResolutionOpenGLSurface: NO];` - under the block:...