Declared in SolarSystem
Declaration
bool SetSphericalHarmonics(
string bodyName,
int degree,
string filePath
);
Description
Sets the Spherical Harmonics level based on the degree and the body being used. This will use some default values.
Parameters
Name | Description |
---|---|
bodyName | The name of the Body to load harmonics from |
degree | The degree of the harmonics |
filePath | The name of the file to load the CBar and SBar into |