It's not really important. I'm just trying to understand the program better.
Why do the Mars Pathfinder ssc file starts with an entry like the following?
Code: Select all
" " "Sol/Mars"
{
Radius 1
Mesh "empty.3ds"
EllipticalOrbit {
Period 9e200
SemiMajorAxis 1123.446228
AscendingNode 136.005
Inclination 90
MeanAnomaly 90
}
}
Also I gather the "empty.3ds" mesh is just what it is, an empty model. As such it's ok if it is pointing to a non-existing file. Right?
Mario