RhythmOfTension

Results 8 comments of RhythmOfTension

I'm actually having the same issue since 3.1. Even with current master, just `osgearth_viewer simple.earth --screen 0 --sky`: ![image](https://user-images.githubusercontent.com/80849292/121401915-f6873980-c961-11eb-96bf-cb174966b3f9.png) Here is `osgearth_version --caps`: ``` [osgEarth] [Capabilities] Capabilities: [osgEarth] [Capabilities] osgEarth...

Sorry, previous screen and --caps was on 3.1, here is how it looks on master: ![image](https://user-images.githubusercontent.com/80849292/121404834-06544d00-c965-11eb-9cb9-93a298166172.png) ``` [osgEarth] [Capabilities] Capabilities: [osgEarth] [Capabilities] osgEarth Version: 3.1.0 build 111 [osgEarth] [Capabilities] OSG...

Some interesting observations on my another environment with osgearth 3.1 (probably I will repeat it on master later): 1. If I add some elevation layers to simple.earth, the effect will...

Update: confirmed on master. Here is results (i will try to show the same pole, so it's more obvious about hemispheres): - 1 elevation layer (fuji): ``` ../data/world.tif ../data/terrain/mt_fuji_90m.tif ```...

Looks like i found the issue. I've always build my osg without -DOPENGL_PROFILE=GL3 option., today i tried to build osg (and rebuild osgearth) with it, and my globe is normal...

I made a test on another environment. My steps was: - osg 3.6 branch, Debug build without `-DOPENGL_PROFILE=GL3` and osgEarth master (Debug) compiled against this osg; - `osgearth_viewerd nodata.earth` still...

I want to disable instancing in cases where it can't produce any result. With instancing enabled, i have no models rendered at all in my FeatureModelLayer. If i set instancing=false,...

Yes, unfortunately changing default value to INT_MAX leads to the same result (no models). I guess it's because TBO is not supported in this system on compatibility profile: `osg::isGLExtensionSupported` with...