USNavalResearchLaboratory / simdissdk

SIMDIS SDK
Other
114 stars 39 forks source link

Synchronize with osgEarth update to Units API #107

Closed gwaldron closed 3 months ago

gwaldron commented 3 months ago

The osgEarth::Units API changed to support better static initialization. This PR updates SIM SDK with the new osgEarth::UnitsType type where appropriate.

emminizer commented 3 months ago

It looks like this will break backwards compatibility pretty drastically. It likely has significant impact on the overall SIMDIS code base too. Thanks, I will take this as a starting point for a backwards compatible update.