I've found beautiful nebulas image. What can I use them for Celestia?
Thanks in advant for help.

That one is "easy": a flat picture on a flat model.Lalla wrote:Nothing to do, surface remaining grey.
Now I explain you what I want do.
I've found these images:
1) http://www.rc-astro.com/php/displayImage.htm?id=1161
This one is harder: it has to be projected onto a hemisphere, not wrapped around around a sphere the way Celestia does.
That means Celestia cannot find the image files that the models are specifying.I've follow instructions of your link, but...nothing to do......flat and sphere objects still remaing grey or white.
You must specify the names of the textures in the "material" definition that you create for your model in your 3D modelling program. I don't use Bryce, so I don't know how that is done. It probably is an option in the same menu where you specify an object's color. The names that you would specify would be just "eagle.jpg" and "mysun.jpg". Don't include a directory specification.For render flat object I used Bryce 5, for sphere a software called easymodel, then I create folders and put inside objects and textures, then I edited a *.dsc, but...I don't understand how declare textures.
A DSC file would be used for #1. You'll need to change these values in order to align your model correctly in Celestia.1) I need also a ssc file or a dat file?
Code: Select all
Nebula "eagle" {
Mesh "eagle.3ds"
Axis [0.514004 -0.633374 -0.578479]
Angle 113.027
RA 18.31638
Dec -13.8304
Distance 7000
Radius 40.5
}
Code: Select all
"MySun" "Sol" {
Mesh "mysun.3ds"
Radius 700000 # big enough to hide Celestia's sun
Emissive true # to make it seem to glow
EllipticalOrbit {
Period 1e32
SemiMajorAxis 0
}
}
Yes: your card cannot use model surface textures larger than 1024x1024.2) Textures must are 1024*1024?
My OpenGL's 1024.
Celestia is a good program but is a bit complicated...