Home
last modified time | relevance | path

Searched refs:magSat (Results 1 – 1 of 1) sorted by path

/dports/astro/stellarium/stellarium-0.21.3/plugins/Satellites/src/
H A DSatellite.cpp957 const float magSat = getVMagnitude(core); in draw() local
962 if (magSat <= sd->getLimitMagnitude()) in draw()
969 sd->computeRCMag(magSat, &rcMag); in draw()
975 float txtMag = magSat; in draw()
978 …txtMag = magSat - 10.f; // Oops... Artificial satellite is invisible, but let's make the label vis… in draw()