Noisy comet tail?
-
Topic authorElChristou
- Developer
- Posts: 3776
- Joined: 04.02.2005
- With us: 19 years 9 months
Noisy comet tail?
Someone knows if a bit of noise would be appropriate to render the comet tails? Something like this (here perhaps too much):
-
- Posts: 1803
- Joined: 12.10.2007
- With us: 17 years 1 month
Well, if it's more than 35AU from the Sun, then there should be
NOTHING there. Uh, oh... here we go again.
NOTHING there. Uh, oh... here we go again.
Brain-Dead Geezer Bob is now using...
Windows Vista Home Premium, 64-bit on a
Gateway Pentium Dual-Core CPU E5200, 2.5GHz
7 GB RAM, 500 GB hard disk, Nvidia GeForce 7100
Nvidia nForce 630i, 1680x1050 screen, Latest SVN
Windows Vista Home Premium, 64-bit on a
Gateway Pentium Dual-Core CPU E5200, 2.5GHz
7 GB RAM, 500 GB hard disk, Nvidia GeForce 7100
Nvidia nForce 630i, 1680x1050 screen, Latest SVN
- Hungry4info
- Posts: 1133
- Joined: 11.09.2005
- With us: 19 years 2 months
- Location: Indiana, United States
-
- Posts: 835
- Joined: 27.09.2004
- With us: 20 years 1 month
- Location: Massachusetts, USA
-
Topic authorElChristou
- Developer
- Posts: 3776
- Joined: 04.02.2005
- With us: 19 years 9 months
buggs_moran wrote:I like the noise. It gives more of a "dusty" feel.
Perso I find too synthetic the actual rendering, I'd like something that change this feeling; why too synthetic? because too regular I think. Now the noise I propose must not being seen as dust (because the particules are too small), but perhaps as perturbations in the tail... Now the question is if this make any sense... (I feel not )
Concerning the corona, perhaps an halo would be nice... (from what I understand, the comet near sun is very bright)
-
- Posts: 835
- Joined: 27.09.2004
- With us: 20 years 1 month
- Location: Massachusetts, USA
-
Topic authorElChristou
- Developer
- Posts: 3776
- Joined: 04.02.2005
- With us: 19 years 9 months
- Hungry4info
- Posts: 1133
- Joined: 11.09.2005
- With us: 19 years 2 months
- Location: Indiana, United States
Can we make it look soething like... say.... this?
You people should know by now I believe Celestia should render objects as they actually appear. How hard would it be to get this in Celestia?
You people should know by now I believe Celestia should render objects as they actually appear. How hard would it be to get this in Celestia?
Current Setup:
Windows 7 64 bit. Celestia 1.6.0.
AMD Athlon Processor, 1.6 Ghz, 3 Gb RAM
ATI Radeon HD 3200 Graphics
Windows 7 64 bit. Celestia 1.6.0.
AMD Athlon Processor, 1.6 Ghz, 3 Gb RAM
ATI Radeon HD 3200 Graphics
-
Topic authorElChristou
- Developer
- Posts: 3776
- Joined: 04.02.2005
- With us: 19 years 9 months
- John Van Vliet
- Posts: 2944
- Joined: 28.08.2002
- With us: 22 years 2 months
re
i like the noise , it's the first step in getting them to look a bit more like photos .The grain in the film effect .
-
Topic authorElChristou
- Developer
- Posts: 3776
- Joined: 04.02.2005
- With us: 19 years 9 months
t00fri wrote:Another would be to use a realistic 2d template, rotate it in the
code and render it with sprites like I did it with galaxies...
One could even implement that subtle color profile above...
Bye Fridger
That would be nice! a mix of 2 or 3 template depending on the distance... (glowing halo for the corona, then a first template that will grow slowly (changing it's size) than at a point fading of a 3rd template for the large tail...)
- Hungry4info
- Posts: 1133
- Joined: 11.09.2005
- With us: 19 years 2 months
- Location: Indiana, United States
ElChristou wrote:That would be nice! a mix of 2 or 3 template depending on the distance... (glowing halo for the corona, then a first template that will grow slowly (changing it's size) than at a point fading of a 3rd template for the large tail...)t00fri wrote:Another would be to use a realistic 2d template, rotate it in the
code and render it with sprites like I did it with galaxies...
One could even implement that subtle color profile above...
O_o So how feasable is this?
Current Setup:
Windows 7 64 bit. Celestia 1.6.0.
AMD Athlon Processor, 1.6 Ghz, 3 Gb RAM
ATI Radeon HD 3200 Graphics
Windows 7 64 bit. Celestia 1.6.0.
AMD Athlon Processor, 1.6 Ghz, 3 Gb RAM
ATI Radeon HD 3200 Graphics
- t00fri
- Developer
- Posts: 8772
- Joined: 29.03.2002
- Age: 22
- With us: 22 years 7 months
- Location: Hamburg, Germany
Hungry4info wrote:ElChristou wrote:That would be nice! a mix of 2 or 3 template depending on the distance... (glowing halo for the corona, then a first template that will grow slowly (changing it's size) than at a point fading of a 3rd template for the large tail...)t00fri wrote:Another would be to use a realistic 2d template, rotate it in the
code and render it with sprites like I did it with galaxies...
One could even implement that subtle color profile above...
O_o So how feasable is this?
It's just analogous to the galaxy rendering and there it worked pretty well, I would say
Bye Fridger
-
Topic authorElChristou
- Developer
- Posts: 3776
- Joined: 04.02.2005
- With us: 19 years 9 months
-
- Site Admin
- Posts: 4211
- Joined: 28.01.2002
- With us: 22 years 9 months
- Location: Seattle, Washington, USA
We do want to make comet tails look more realistic, and there are two basic approaches:
1. A sprite based approach, similar to what we have for galaxies
2. A volume tracing approach, like the 1.5.0 Mie scattering atmospheres
The big advantage of the first approach is that it can be made to work with any graphics hardware. A drawback is that it can be tough to hide the fact that the effect is done with billboarded sprites. The second approach can be slow, especially if you want to add realism by ray-marching and sampling volume textures to introduce some irregularities. A hybrid approach would be a sort of hybrid: build realistic looking comet tails from a collection of ellipsoid volumes.
No matter way approach is taken, I think it will be important to consider the effect of forward scattering by cometary dust.
--Chris
1. A sprite based approach, similar to what we have for galaxies
2. A volume tracing approach, like the 1.5.0 Mie scattering atmospheres
The big advantage of the first approach is that it can be made to work with any graphics hardware. A drawback is that it can be tough to hide the fact that the effect is done with billboarded sprites. The second approach can be slow, especially if you want to add realism by ray-marching and sampling volume textures to introduce some irregularities. A hybrid approach would be a sort of hybrid: build realistic looking comet tails from a collection of ellipsoid volumes.
No matter way approach is taken, I think it will be important to consider the effect of forward scattering by cometary dust.
--Chris
-
Topic authorElChristou
- Developer
- Posts: 3776
- Joined: 04.02.2005
- With us: 19 years 9 months