A CosmoSout VR plugin which renders simple spherical celestial bodies. The bodies are drawn as an ellipsoid with an equirectangular texture.
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.