Skip to content

Latest commit

 

History

History
32 lines (26 loc) · 755 Bytes

File metadata and controls

32 lines (26 loc) · 755 Bytes

Simple bodies for CosmoScout VR

A CosmoSout VR plugin which renders simple spherical celestial bodies. The bodies are drawn as an ellipsoid with an equirectangular texture.

Configuration

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

{
  ...
  "plugins": {
    ...
    "csp-simple-bodies": {
      "bodies": {
        <anchor name>: {
          "texture": <path to surface texture>,
          "primeMeridianInCenter": true // optional
        },
        ... <more bodies> ...
      }
    }
  }
}

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