Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 682 Bytes

README.md

File metadata and controls

26 lines (20 loc) · 682 Bytes

Sharad rendering for CosmoScout VR

A CosmoScout VR plugin which renders radar datasets acquired by the Mars Reconnaissance Orbiter. The SHARAD profiles are rendered inside of Mars, the Martian surface is made translucent in front of the profiles.

Configuration

This plugin can be enabled with the following configuration in your settings.json:

{
  ...
  "plugins": {
    ...
    "csp-sharad": {
      "filePath": <path to folder with SHARAD data>
    }
  }
}

More in-depth information and some tutorials will be provided soon.