USNavalResearchLaboratory / simdissdk

SIMDIS SDK
Other
114 stars 40 forks source link

The compressed file(SIMDIS_SDK-Data.zip) is damaged #56

Closed PLCreed closed 4 years ago

PLCreed commented 4 years ago

When I tried to download the file SIMDIS_SDK-Data.zip three times and extract it, I was prompted for file corruption.

Is this the file you uploaded damaged?

emminizer commented 4 years ago

Thanks for your report. I agree, I was having a hard time downloading it too. I deleted it from the distro and re-uploaded the one from the SIMDIS site, which appears to download OK.

nebsar commented 2 years ago

Hi Daniel. How can I download SIMDIS_SDK-Data.zip?

emminizer commented 2 years ago

The data package is on the Releases page, e.g. https://github.com/USNavalResearchLaboratory/simdissdk/releases.

nebsar commented 2 years ago

Thank you, Daniel.

nebsar commented 2 years ago

Daniel, I have a question. The last version of osgEarth with is 3.3, is now built with GL3 support and does not support fixed functions and Materials etc... Does SIMDIS support the latest version of osgEarth, as well?

emminizer commented 2 years ago

Yes. We have a requirement to run on certain hardware and environments, including virtual machines, that requires the ability to run in OpenGL 3 Core Profile.. Some of these systems don't do well with GL2 fixed function pipeline with the Compatibility Profile. All of our testing and development is with GL3 in Core Profile.

nebsar commented 2 years ago

Thanks Dan.