Remo E
Remo E
It is not possible to build osgEarth with GLEW without such hacks: https://github.com/microsoft/vcpkg/pull/ 7967 Because new FindGLEW CMake use "imported targets" like "GLEW::glew": https://cmake.org/cmake/help/latest/module/FindGLEW.html The following lines are the problem:...
callstack: ``` 0 libsystem_kernel.dylib 0x00007fff6f80433a __pthread_kill + 10 1 libsystem_pthread.dylib 0x00007fff6f8c0e60 pthread_kill + 430 2 libsystem_c.dylib 0x00007fff6f78b808 abort + 120 3 libsystem_malloc.dylib 0x00007fff6f88150b malloc_vreport + 548 4 libsystem_malloc.dylib 0x00007fff6f892d27 malloc_zone_error...
The function objectDeleted in https://github.com/gwaldron/osgearth/blob/3.1/src/osgEarth/CascadeDrapingDecorator.cpp#L504 is called as well when someone else remove another rtt-camera from different code. And then osgEarth crashes here: https://github.com/gwaldron/osgearth/blob/3.1/src/osgEarth/CascadeDrapingDecorator.cpp#L1121 ```c++ > osgEarthd.dll!osgEarth::CascadeDrapingDecorator::CameraLocal::objectDeleted(void * ptr) Line...
Support of glbinding ( https://github.com/cginternals/glbinding ) This is an alternative of GLEW. glbinding has a better build environment (CMake). It should work for Windows, Mac and Linux. This PR support...
`````` at bottom of this page: https://github.com/gwaldron/osgearth/blob/master/docs/source/layers/TileLayer.md
I try to search ```VisibleLayer``` in ```docs.osgearth.org``` , but it didn't find it.
How can one check the cache is working? After calling this: ``` osg::ref_ptr cache = CacheFactory::create( cacheOptions ); osgEarth::Registry::instance()->setDefaultCache( cache ); ``` I have a case with the following error:...
It could be interesting to support VK_EXT_debug_utils in BSF: https://www.lunarg.com/wp-content/uploads/2018/05/Vulkan-Debug-Utils_05_18_v1.pdf
Why not release this api for each specification like what ESRI do in https://github.com/Esri/arcgis-runtime-toolkit-qt ? To download a specific version of a specific platform one need to download this: ```...
### Miscellaneous first checks - [X] I checked that all ports are open and not blocked by my ISP / hosting provider. - [X] I know that SSL errors are...