understanding ssc
Forum rules
Please help to make this forum more useful by checking the FAQs before posting! Keep it clean, keep it civil, keep it truthful, stay on topic, be responsible, share your knowledge.
Please help to make this forum more useful by checking the FAQs before posting! Keep it clean, keep it civil, keep it truthful, stay on topic, be responsible, share your knowledge.
understanding ssc
What in the .ssc controls the view of a spacecraft? Sometimes the craft comes into view upside down, and people have asked my why I did it that way. It seems there are almost as many differences in the .ssc files as there are spacecraft. Liberty Bell 7 has lines of "RotationPeriod", "Obliquity", "PrecessionRate", and "EquatorAscendingNode". The Corot craft lines are "Eccentricity", "Inclination", and "AscendingNode". What I'm trying to do is when I open my .cel script for Liberty Bell 7, the letters on the craft are upside down, and I'd like to turn the spacecraft using the .ssc to correct the orientation before opening the .cel script. As alway, any help is really appreciated
Re: understanding ssc
In the .ssc there should be a line for Orientation. If not, then you have to add it in.
Example
"USS Enterprise-F" "Sol/Earth"
{
Class "spacecraft"
Mesh "entyf.cmod"
Radius 0.351
EllipticalOrbit {
Period 0.07165
SemiMajorAxis 78924
Eccentricity 0.0001
Inclination 5
MeanLongitude 355
}
Orientation [ 270 1 0 45 ]
#Obliquity 0.01
#RotationOffset 90
Albedo 0.006
}
Example
"USS Enterprise-F" "Sol/Earth"
{
Class "spacecraft"
Mesh "entyf.cmod"
Radius 0.351
EllipticalOrbit {
Period 0.07165
SemiMajorAxis 78924
Eccentricity 0.0001
Inclination 5
MeanLongitude 355
}
Orientation [ 270 1 0 45 ]
#Obliquity 0.01
#RotationOffset 90
Albedo 0.006
}
Re: understanding ssc
Thanks Reiko, I was beginning to wonder if anyone was out there...
Re: understanding ssc
This is not a bug and as such should not be in the bug forum. It is more likely you'll get replies if you post in the right place.
For these kind of questions you would be better off asking in the Help Central.
For these kind of questions you would be better off asking in the Help Central.
Re: understanding ssc
moved.
Note that changing the orientation of the view is best accomplished in the .CEL or CELX script. Changing the orientation in the SSC changes the spacecraft itself relative to Celestia's universe.
Note that changing the orientation of the view is best accomplished in the .CEL or CELX script. Changing the orientation in the SSC changes the spacecraft itself relative to Celestia's universe.
Selden