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

When using NVGL and explicit input attribute bindings, the shader factory puts the vertex shader into the tessellation stage as usual. Then it fails to compile because of ```c++ layout(location...

defect

I get the following warnings when I execute the osgearth_windows example and add new views or windows. I use the osgEarth master branch code. Warning: detected OpenGL error 'invalid operation'...

There is a set of data about 300,000 points, combine this set of data into FeatureNode(PolyGon),then add scenes Incorrect display. Correct display but in my scenes my version osgEarth2.10 In...

support

this is my earth file ``` eqc-wgs84 ../data/world.tif ``` when I use osgearth_viewer load this earth file,it display normally,but when I use code load this earth file, the image cannot...

support
CNR

Fix gha cache failure: https://github.com/gwaldron/osgearth/runs/4741870605?check_suite_focus=true

{ //mask ocean osgEarth::Drivers::GDALOptions layerOpt; layerOpt.url() = osgEarth::URI("E:/shareLIB/ResData/ocean_mask.tif"); ImageLayerOptions imageOpts("ocean_mask", layerOpt); // osg::ref_ptr imageLayer = new osgEarth::ImageLayer(imageOpts); imageLayer->setVisible(false); _mapNode->getMap()->addLayer(imageLayer.get()); } // { osgEarthTriton::TritonOptions tritonOptions; tritonOptions.user() = "my_user_name"; tritonOptions.licenseCode() = "my_license_code";...

support

### Discussed in https://github.com/gwaldron/osgearth/discussions/1897 Originally posted by **keince** December 9, 2021 I have a trackNode with an icon and several added drawables within the trackNode to render different types of...

request

1.GLTFReader,B3DMReader:not exsits tinygltf::options. 2.Lerc:not match functions:lerc_decode,lerc_encode,lerc_computeCompressedSize.

build-issue

It seems there are some GLSL version and precision problems for engine_rex with GLES2. Log file attached with OSG_NOTIFY_LEVEL=INFO enabled [output_3.2.txt](https://github.com/gwaldron/osgearth/files/6768777/output_3.2.txt)

build-issue

Run osgearth_viewer with 9c4289e6b6c4af53c3960f5dc23bb28115d6d23e does not show the globe (readymap.earth): Log: ``` 2021-05-20 17:20:07.475127+0200 osgearth_viewerd[24366:936398] Metal API Validation Enabled 2021-05-20 17:20:07.516349+0200 osgearth_viewerd[24366:936927] flock failed to lock maps file: errno =...

defect