POV-Ray : Newsgroups : povray.binaries.images : Earth (from EagleSun) Server Time
9 Aug 2024 13:25:41 EDT (-0400)
  Earth (from EagleSun) (Message 1 to 5 of 5)  
From: EagleSun
Subject: Earth (from EagleSun)
Date: 11 Jan 2005 14:05:01
Message: <web.41e42180830ae0179011d8b10@news.povray.org>
ok, not sure what to put for subject... it's just our home planet... I think
I'm getting closer to the final that I want....

btw... I found a whole sleu of science fiction planets, and all of their
cloud maps are JPEG, and it seems like a lot of work to convert them to
PNG, invent their alpha clouds and merge them into the cloud image.  Does
anyone know a work-around that I may use the original JPEG clouds, having
transparency in the cloudless parts to see the land surface, without having
to convert them?


Post a reply to this message


Attachments:
Download 'earth_2005-01-10.png' (522 KB)

Preview of image 'earth_2005-01-10.png'
earth_2005-01-10.png


 

From: Marc Jacquier
Subject: Re: Earth (from EagleSun)
Date: 11 Jan 2005 14:27:58
Message: <41e428be$1@news.povray.org>

news:web.41e42180830ae0179011d8b10@news.povray.org...
> ok, not sure what to put for subject... it's just our home planet... I
think
> I'm getting closer to the final that I want....
>
> btw... I found a whole sleu of science fiction planets, and all of their
> cloud maps are JPEG, and it seems like a lot of work to convert them to
> PNG, invent their alpha clouds and merge them into the cloud image.  Does
> anyone know a work-around that I may use the original JPEG clouds, having
> transparency in the cloudless parts to see the land surface, without
having
> to convert them?
>
Nice!!
 to use jpg clouds with transparency, you could try with image_pattern (code
not tested, I'm running a 10 days render)

   pigment
   {
      image_pattern
      {
            jpeg   "your_image.jpg"
      }
      pigment_map
      {
         [0.0               color rgbt 1  ]
         [1.0               color rgb 1         ]
      }
   }



HTH

regards

Marc


Post a reply to this message

From: EagleSun
Subject: Re: Earth (from EagleSun)
Date: 11 Jan 2005 21:40:00
Message: <web.41e48df6e93c6b65b434a8a0@news.povray.org>
"Marc Jacquier" <jac### [at] wanadoofr> wrote:
>  to use jpg clouds with transparency, you could try with image_pattern (code
> not tested, I'm running a 10 days render)
>
>    pigment
>    {
>       image_pattern
>       {
>             jpeg   "your_image.jpg"
>       }
>       pigment_map
>       {
>          [0.0               color rgbt 1  ]
>          [1.0               color rgb 1         ]
>       }
>    }

Thanks for this tip... I'll try it and let you know how it goes...


Post a reply to this message

From: Rarius
Subject: Re: Earth (from EagleSun)
Date: 13 Jan 2005 09:14:19
Message: <41e6823b$1@news.povray.org>
VERY nice...

Have you tried adding in the city lights on the nightside?

Rarius

"EagleSun" <nomail@nomail> wrote in message 
news:web.41e42180830ae0179011d8b10@news.povray.org...
> ok, not sure what to put for subject... it's just our home planet... I 
> think
> I'm getting closer to the final that I want....
>
> btw... I found a whole sleu of science fiction planets, and all of their
> cloud maps are JPEG, and it seems like a lot of work to convert them to
> PNG, invent their alpha clouds and merge them into the cloud image.  Does
> anyone know a work-around that I may use the original JPEG clouds, having
> transparency in the cloudless parts to see the land surface, without 
> having
> to convert them?


Post a reply to this message

From: EagleSun
Subject: Re: Earth (from EagleSun)
Date: 14 Jan 2005 17:25:00
Message: <web.41e846a9e93c6b69011d8b10@news.povray.org>
I apologize for a late response.... (See below).



"Marc Jacquier" <jac### [at] wanadoofr> wrote:

> news:web.41e42180830ae0179011d8b10@news.povray.org...
> > ok, not sure what to put for subject... it's just our home planet... I
> think
> > I'm getting closer to the final that I want....
> >
> > btw... I found a whole sleu of science fiction planets, and all of their
> > cloud maps are JPEG, and it seems like a lot of work to convert them to
> > PNG, invent their alpha clouds and merge them into the cloud image.  Does
> > anyone know a work-around that I may use the original JPEG clouds, having
> > transparency in the cloudless parts to see the land surface, without
> having
> > to convert them?
> >
> Nice!!
>  to use jpg clouds with transparency, you could try with image_pattern (code
> not tested, I'm running a 10 days render)
>
>    pigment
>    {
>       image_pattern
>       {
>             jpeg   "your_image.jpg"
>       }
>       pigment_map
>       {
>          [0.0               color rgbt 1  ]
>          [1.0               color rgb 1         ]
>       }
>    }
>
>
>
> HTH
>
> regards
>
> Marc

Hi, Thanks for this tip!  Although I was hoping to avoid this paleted
situation, for now it seems like the way to go.  I don't know of any
multi-colored cloud situations on any planet... and even looking at planet
Jupiter, multicolored, are really multi-layered, and applying a different
layer with a different color scheme should work (I think).

And...

> Have you tried adding in the city lights on the nightside?
>
> Rarius

I'm still working on the planet, and I do plan to address that issue, as
well as reflective water....

Ron


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.