Page 1 of 1

Galaxy problems

Posted: 07.08.2010, 18:55
by PlutonianEmpire
I'm trying to create a fictional galaxy, but for some reason, it is too bright from within, and any attempts to modify the axis results in a severely distorted shape. I'm trying to keep it as round as possible.

How do I define a better galaxy? Here, I'm trying to give the Star Wars universe in Celestia its own galaxy (based on info from the "Wookiepedia"), which I think it deserves.

This is what I've got.

Code: Select all

Galaxy "Star Wars Galaxy:The Galaxy"
{
        Type  "Sa"
        RA            13.388927777777777777777777777778
        Dec           -30.059211111111111111111111111111111
        Distance     4375896
        Radius         60000
        AbsMag        -19.0
        Axis    [ 0.1220 0.1465 0.1381 ]
        Angle    215.7466
}


Can anyone help?

Re: Galaxy problems

Posted: 07.08.2010, 19:20
by t00fri
PlutonianEmpire wrote:I'm trying to create a fictional galaxy, but for some reason, it is too bright from within, and any attempts to modify the axis results in a severely distorted shape. I'm trying to keep it as round as possible.

How do I define a better galaxy? Here, I'm trying to give the Star Wars universe in Celestia its own galaxy (based on info from the "Wookiepedia"), which I think it deserves.

This is what I've got.

Code: Select all

Galaxy "Star Wars Galaxy:The Galaxy"
{
        Type  "Sa"
        RA            13.388927777777777777777777777778
        Dec           -30.059211111111111111111111111111111
        Distance     4375896
        Radius         60000
        AbsMag        -19.0
        Axis    [ 0.1220 0.1465 0.1381 ]
        Angle    215.7466
}


Can anyone help?

Change the Hubble type. Sa is a somewhat special morphology. Try in succession

Sb, Sc, SBa, SBb, SBc or SBc with keyword CustomTemplate "MilkyWay.png"
If the galaxy is too bright make it dimmer by reducing the value of AbsMag appropriately.

Fridger