The original model was for a transparent sphere centered on Sol with a simple enough .dsc...
Code: Select all
Nebula "86 LY" #farthest extent of 1st radio broadcast in 1919 to reach space
{
Mesh "sphereBlue2.cmod"
#Mesh "sphere1.3ds"
Emissive true
RA 0
Dec 0
Distance 0
Radius 86
}
I'm trying to center my sphere on a specific point elsewhere. I've created an stc file that marks that point, but when I enter the same RA, Dec, and Distance for my point into the dsc for the model the end result is ending up somewhere quite different.
Code: Select all
"Center Point"
{
RA 85.806068
Dec -38.784168
Distance 101.558885874157
SpectralType "K"
AppMag 5
}
Code: Select all
Nebula "Test Zone" #Test Sphere: 100ly Radius
{
Mesh "sphereBlue2.cmod"
#Mesh "sphere1.3ds"
Emissive true
RA 85.806068
Dec -38.784168
Distance 101.558885874157
Radius 100
}
The distance looks right but the RA and Dec appear to have become skewed. Does anyone have any advice for where I might be going wrong here?