Declared in SolarSystem

Declaration

void CreateAlbedoPlanetAverage(
    string planet,
    double average,
    int numLat,
    int numLon
);

Description

Creates a new Albedo configuration around a certain planet using the average albedo planet model.

Parameters

NameDescription
planetThe name of the planet to add the albedo to.
average[-] The average albedo value between 0 and 1.
numLatThe number of latitude divisions.
numLonThe number of longitude divisions.