Question about clouds
-
Topic authorPlasticMan
- Posts: 19
- Joined: 27.10.2006
- With us: 18 years
Question about clouds
Kinda new to this, a couple questions.
Is there a command to make clouds turn the oposite direction?
Is it possible to have 2 cloud layers?
Could someone give me an example of how it would look in the ssc?
Ive been going through all the 9, er uh, 8 planets installing addons for each one, putting my own little modifications here and there. Im curently on jupiter and thought id try to give the couds a bit of life. Im having a blast with this!!
Is there a command to make clouds turn the oposite direction?
Is it possible to have 2 cloud layers?
Could someone give me an example of how it would look in the ssc?
Ive been going through all the 9, er uh, 8 planets installing addons for each one, putting my own little modifications here and there. Im curently on jupiter and thought id try to give the couds a bit of life. Im having a blast with this!!
You should be able to make clouds go backward by setting CloudSpeed to a negative value.
Celestia does not yet have the ability to display more than one cloud layer around the same SSC object. One workaround is to define more than one SSC object with the same orbital parameters, each with its own cloud layer. Celestia should be able to draw them individually. My personal experience with this isn't all that great. I see nasty visual artifacts around the edge of the sphere.
Celestia does not yet have the ability to display more than one cloud layer around the same SSC object. One workaround is to define more than one SSC object with the same orbital parameters, each with its own cloud layer. Celestia should be able to draw them individually. My personal experience with this isn't all that great. I see nasty visual artifacts around the edge of the sphere.
Selden
- Chuft-Captain
- Posts: 1779
- Joined: 18.12.2005
- With us: 18 years 11 months
selden wrote:One workaround is to define more than one SSC object with the same orbital parameters, each with its own cloud layer. Celestia should be able to draw them individually. My personal experience with this isn't all that great. I see nasty visual artifacts around the edge of the sphere.
My guess is that these nasty artifacts are caused by Z-fighting. Try giving the objects slightly different radii. I don't know if that will fix it, but worth a try IMO.
"Is a planetary surface the right place for an expanding technological civilization?"
-- Gerard K. O'Neill (1969)
CATALOG SYNTAX HIGHLIGHTING TOOLS LAGRANGE POINTS
-- Gerard K. O'Neill (1969)
CATALOG SYNTAX HIGHLIGHTING TOOLS LAGRANGE POINTS
-
Topic authorPlasticMan
- Posts: 19
- Joined: 27.10.2006
- With us: 18 years
What I am trying to do is is make 2 sets of clouds for jupiter, one turning one way, the other turning the oposite direction to give it kind of a stormy effect. I know its probably not realistic or accurate, but hey, it would look nice! Plus im having alot of fun learning how to do this stuff! My real goal is to eventually make some fictional gas giants, maybee to go in a fictional solar system, im just practicing on Jupiter.
selden, plasticman ,
I tried reversing the cloud's direction by settings its speed to -7,
but the rotation always seems to be to the same direction.
Also I get a strange artifact when setting the speed to negative values:
(I found it on2 windows PC's).
***************************
I have some trouble with my image host,
can show the artifact later I hope,
that is , if someone is interested.
****************************
Ren?©
I tried reversing the cloud's direction by settings its speed to -7,
but the rotation always seems to be to the same direction.
Also I get a strange artifact when setting the speed to negative values:
(I found it on2 windows PC's).
***************************
I have some trouble with my image host,
can show the artifact later I hope,
that is , if someone is interested.
****************************
Ren?©
- Chuft-Captain
- Posts: 1779
- Joined: 18.12.2005
- With us: 18 years 11 months
Selden, what was the verdict on the nasty artifacts? Did varying the radii solve this, or did you not have time to try?
"Is a planetary surface the right place for an expanding technological civilization?"
-- Gerard K. O'Neill (1969)
CATALOG SYNTAX HIGHLIGHTING TOOLS LAGRANGE POINTS
-- Gerard K. O'Neill (1969)
CATALOG SYNTAX HIGHLIGHTING TOOLS LAGRANGE POINTS
The ssc below does produce different (wrong) results in v1.4.1final. Only one cloud layer is visible most of the time, but I can see bright flashes that seem to be the other layer.
However, it seems to do the right things when using Celestia built from cvs. The Earth looks really weird with one layer of clouds flowing from east to west while the planet and the other cloud layer are turning from west to east.
Chris rewrote the depth sorting routines in v1.5 to work better with cloud layers, so that's something for people to look forward to
However, it seems to do the right things when using Celestia built from cvs. The Earth looks really weird with one layer of clouds flowing from east to west while the planet and the other cloud layer are turning from west to east.
Chris rewrote the depth sorting routines in v1.5 to work better with cloud layers, so that's something for people to look forward to
Code: Select all
Modify "Earth" "Sol" { Atmosphere { CloudHeight 200 CloudSpeed -1000 } }
"Earth2" "Sol" {
Radius 6200
Atmosphere {
CloudHeight 200
CloudSpeed 200
CloudMap "earth-clouds.*"
}
CustomOrbit "vsop87-earth"
RotationPeriod 23.9344694 # 23.93419
Obliquity -23.45
}
Selden
-
Topic authorPlasticMan
- Posts: 19
- Joined: 27.10.2006
- With us: 18 years
selden wrote: My personal experience with this isn't all that great. I see nasty visual artifacts around the edge of the sphere.
Is this what you mean?
http://i143.photobucket.com/albums/r142 ... titled.jpg
What I was seeing was irregular jaggies around the outer edges of the planet when using two levels of Celestia's default Earth clouds. As I wrote, though, I couldn't make it happen again when I recreated the ssc file (I'd accidentally deleted the one I had been using).
Which version of Celestia are you using?
Which render path are you using?
Which version of Celestia are you using?
Which render path are you using?
Selden
-
Topic authorPlasticMan
- Posts: 19
- Joined: 27.10.2006
- With us: 18 years