WHat are they? I am wondering as I can't get close to them. I know one of them is a dust cloud of some kind...
Oh, and it's a great program.
M33 + other spacial bodies WAY out there...
-
Topic authorPrinceScamp
- Posts: 13
- Joined: 11.10.2005
- With us: 19 years 1 month
- Location: a supernova, inside my palace, surrounded by my sentinals
M33 + other spacial bodies WAY out there...
Death among stars
Re: M33 + other spacial bodies WAY out there...
PrinceScamp wrote:WHat are they? I am wondering as I can't get close to them. I know one of them is a dust cloud of some kind...
Oh, and it's a great program.
M33 is a galaxy. It's a very large collection of stars, distributed in a thin disc, with a slightly thicker core, and the brighter stars forming spiral arms. It's much like our own Milky Way galaxy. From a distance, you can't see the individual stars, just the glow of their combined starlight. Similarly the Milky Way as seen from Earth is just a glow, except for the very nearest stars, which we can see individually.
- Hank
-
Topic authorPrinceScamp
- Posts: 13
- Joined: 11.10.2005
- With us: 19 years 1 month
- Location: a supernova, inside my palace, surrounded by my sentinals
PrinceScamp wrote:Ahhh, also wondering what two bookmarkable places are farthest apart but you can go back and forth and goe throufgh the most stars? Kind of like the windows screensaver.
Here's a quick .celx script to tour the stars at random:
Code: Select all
obs = celestia:getobserver()
stars = celestia:getstarcount()
for i = 1,stars do
j = math.random(stars)
obj = celestia:getstar(j)
obs:goto(obj,20)
while obs:travelling() do wait(0.5) end
celestia:flash("Welcome to "..obj:name(),2)
end
- Hank
-
Topic authorPrinceScamp
- Posts: 13
- Joined: 11.10.2005
- With us: 19 years 1 month
- Location: a supernova, inside my palace, surrounded by my sentinals
-
Topic authorPrinceScamp
- Posts: 13
- Joined: 11.10.2005
- With us: 19 years 1 month
- Location: a supernova, inside my palace, surrounded by my sentinals
-
Topic authorPrinceScamp
- Posts: 13
- Joined: 11.10.2005
- With us: 19 years 1 month
- Location: a supernova, inside my palace, surrounded by my sentinals