Question I making a moon with a mesh but it's invisible! What's wrong?

XSSA

New member
Joined
Apr 9, 2011
Messages
67
Reaction score
0
Points
0
Here is the config. file:
; === Configuration file for Xeni ===
Name = Xeni
EllipticOrbit = True
HasElements = True

; === Planetary Mean Orbits ===
Epoch = 2002.88980151
ElReference = ParentEquator
SemiMajorAxis = 48675632.9954863 ; meters
Eccentricity = 2.34038088321686E-03
Inclination = 0.00174176304001 ; rad (0.0997956711043072 deg)
LongAscNode = 1.21237213756475 ; rad (69.4638066817145 deg)
LongPerihelion = 6.15839268130502 ; rad (352.849909223032 deg) (ArgPeri+LongAscNode) (node+w)
MeanLongitude = 4.5376799379038 ; rad (259.989909223073 deg) (LongPeri+MeanAnomaly) (node+w+M)

; === Rotation Elements ===
SidRotPeriod = 2286523.94967042336 ; sec (26.4643975656299 days)
Obliquity = 1.67804680932995 ; rad - same as Pluto
LAN = 0.7512944298135 ; rad - same as Pluto

; === Physical Parameters ===
Mass = 5.800654181584e+17 ; kg
Size = 79558.2498550416 ; radius (meters)
AlbedoRGB = 0.51 0.51 0.50

; === Visualisation Parameters ===
MaxPatchResolution = 0 ; mesh

What's wrong!?:(
Need something to determine the answer? Ask.
 

Wishbone

Clueless developer
Addon Developer
Joined
Sep 12, 2010
Messages
2,421
Reaction score
1
Points
0
Location
Moscow
What liber said...
If it is for Pluto, add this line to Sol.cfg:
Code:
Pluto:Moon4 = Xeni
after "Pluto:Moon3 = Hydra" if you already have Charon, Nix and Hydra, otherwise - for Charon only:
Code:
Pluto:Moon2 = Xeni
after "Pluto:Moon1 = Charon"
 

BrianJ

Addon Developer
Addon Developer
Joined
Apr 19, 2008
Messages
1,678
Reaction score
902
Points
128
Location
Code 347
Remember - the size of the mesh is multiplied by the size parameter in the .cfg, so you should make the mesh ~1m radius.

Any help? ;-)
 

XSSA

New member
Joined
Apr 9, 2011
Messages
67
Reaction score
0
Points
0
I don't know what happened but when I created a second Xeni the first one showed up. I like the way the three Xeni's look in close proximity so, I think I solved the problem!
 
Top