I can do it for a DSC object (it's easy with the Axis and Angle parameters), but not for an SSC object.
The SSC definition looks like this, but it needs to be edited so the object is oriented in the galactic coordinates system :
Code: Select all
"Galactic Polar Grid" "Sol"
{
Class "diffuse"
Mesh "polarGrid.cmod"
# Emissive true
Radius 1E7
Orientation [90 1 0 0]
FixedPosition [ 0 0 0 ]
# FixedAttitude { }
#RotationPeriod 0
#RotationOffset 180
#Obliquity 0
UniformRotation {
Period 0
Inclination 0
AscendingNode 0
ArgOfPericenter 0
MeanAnomaly 0
}
}
Any idea ?