Body masses
Posted: 17.04.2002, 07:32
I've been working on adding gravity effects to the observer in celestia.
Each body has a mass variable but i cant find it being set anywhere.
the method body->setMass(float) is not used in the source (so far as i can find in ver 1.2.0)
Is the mass data available in the data files?
if not, how can i add mass information to the data files? im assuming they are the *.SSC files.
I understand that the mass for stars may not be available. I pland to approximate it using a stars class.
Each body has a mass variable but i cant find it being set anywhere.
the method body->setMass(float) is not used in the source (so far as i can find in ver 1.2.0)
Is the mass data available in the data files?
if not, how can i add mass information to the data files? im assuming they are the *.SSC files.
I understand that the mass for stars may not be available. I pland to approximate it using a stars class.