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.
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.