osgearth icon indicating copy to clipboard operation
osgearth copied to clipboard

A 3D Mapping Engine & SDK for OpenSceneGraph.

Results 137 osgearth issues
Sort by recently updated
recently updated
newest added

Context : Osgearth 3.2 + Patch (From Conan) Maybe it's something fixed in 3.4 I conducted some tests as I wanted to create a circle with a consistent diameter using...

request

This PR contains: - some typos fixed - NPE in FeatureElevationLayer without existing profile - usage info about getSignedDistance2D calculating in 3D - SRS create flipped logic - please check...

- removed the distinction of lines and polyons - only process features relevant for that tile - blend height between all adjacent feature lines (possibly bad performance!) - Usage hint:...

…ource data without explicit levels set in the TFSLayer configuration in osgEarth. You can reproduce the issue by loading the example feature_tfs

Using the following earth file: ``` spherical-mercator ../geodata/world.tif ``` Using the following code: ``` #define NOMINMAX // To force windows.h to not define macros that interfere with std::min and std::max...

defect

I have a question about draw instanced rendering. I have a system (on linux, with intel graphics) which supports `GL_EXT_draw_instanced`, but `GL_MAX_TEXTURE_BUFFER_SIZE` probably fails and variable remains with the default...

support

When using a maximum zoom distance together with zoom to mouse ``` osgEarth::EarthManipulator* manipulator = new osgEarth::EarthManipulator(); manipulator->getSettings()->setZoomToMouse(true); manipulator->getSettings()->setMinMaxDistance(0.0, 100000000.0); viewer->setCameraManipulator(manipulator); ``` ... and trying to zoom out farther than...

defect

osgEarth Version (required):3.5 I am using the latest version of osgEarth to load 3dtiles files, which consume a lot of memory and graphics card resources Look at the screenshot below...

osgEarth Version (required): latest version [ 59%] Linking CXX shared library ../../lib/libosgEarth.dylib Undefined symbols for architecture arm64: "void absl::log_internal::LogMessage::CopyToEncodedBuffer(absl::string_view)", referenced from: absl::log_internal::LogMessage& absl::log_internal::LogMessage::operator

build-issue