Placing an object on a planetary surface
Posted: 28.08.2012, 02:43
Hey there, Celestia addon developers! I was wondering if I could seek some assistance with placing an object on a planetary surface. I've got a nice .cmod mesh that I'd like to use as a colony city, but I'm having problems placing it correctly.
Here is the .ssc code as it stands:
I'm also including a link to a zip file containing the above .ssc code and the mesh, HERE
What am I doing wrong? How can I get this object to just sit on the surface without spinning strangely?
Here is the .ssc code as it stands:
Code: Select all
"The Syndicate of Ganymede" "Sol/Jupiter/Ganymede"
{
Mesh "large_surface_base.cmod"
Class "surfacefeature"
Radius 10
Albedo 0.5
Orientation [ 45 1 0 1 ]
OrbitFrame { BodyFixed { Center "Sol/Jupiter/Ganymede"}}
FixedPosition
{
Planetographic [ 270 47 1 ]
}
}
I'm also including a link to a zip file containing the above .ssc code and the mesh, HERE
What am I doing wrong? How can I get this object to just sit on the surface without spinning strangely?