Skip to content

Latest commit

 

History

History

csp-rings

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Rings for CosmoScout VR

A CosmoScout VR plugin which can draw simple rings around celestial bodies. The rings can be configured with a inner and a outer radius and a texture.

Configuration

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

{
  ...
  "plugins": {
    ...
    "csp-rings": {
      "rings": {
        <anchor name>: {
          "texture": <path to the texture>,   // The texture should be a cross section
                                              // of the ring.
          "innerRadius": <meters from planet center>,
          "outerRadius": <meters from planet center>
        },
        ... <more rings> ...
      }
    }
  }
}

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