gwaldron / osgearth

3D Maps for OpenSceneGraph / C++14
https://www.pelicanmapping.com/home-1/opensource
Other
1.48k stars 774 forks source link

Typed extensions no longer load from earth file #655

Closed gwaldron closed 8 years ago

gwaldron commented 8 years ago

If you include a "typed" plugin in the earth file (like "sky driver=simple") it now fails to load.

jasonbeverage commented 8 years ago

It actually does load since Sky is loaded by the ExampleResources, it's just complaining that it can't find an extension by the name osgearth_sky. The sky does load though. I've quietened down the warning to OE_INFO.

Fixed in 947efda51e6bcb596d34b5f5efabc5ec374f1046