POV-Ray : Newsgroups : povray.binaries.images : RockTest.pov reference image Server Time
28 Apr 2024 18:05:48 EDT (-0400)
  RockTest.pov reference image (Message 5 to 14 of 24)  
<<< Previous 4 Messages Goto Latest 10 Messages Next 10 Messages >>>
From: Cousin Ricky
Subject: Re: RockTest.pov reference image
Date: 10 Dec 2016 16:05:01
Message: <web.584c6d4667b6c8b682fed3640@news.povray.org>
"[GDS|Entropy]" <nomail@nomail> wrote:
> Type [0,1].
>
> Note all these are scaled up to see the details, usually, for blocks, you
> wouldn't make them like this, but for terrain elements you might.

Those wavy dark features look suspiciously like isosurface artifacts.  Are you
sure your max_gradient is high enough?


Post a reply to this message

From: [GDS|Entropy]
Subject: Re: RockTest.pov reference image
Date: 10 Dec 2016 22:55:00
Message: <web.584ccde067b6c8b61c3f31c90@news.povray.org>
"Cousin Ricky" <rickysttATyahooDOTcom> wrote:
> "[GDS|Entropy]" <nomail@nomail> wrote:
> > Type [0,1].
> >
> > Note all these are scaled up to see the details, usually, for blocks, you
> > wouldn't make them like this, but for terrain elements you might.
>
> Those wavy dark features look suspiciously like isosurface artifacts.  Are you
> sure your max_gradient is high enough?

Oh it certainly isn't. :)
I will need to play with that value a bit.

Thanks!
Ian


Post a reply to this message

From: [GDS|Entropy]
Subject: Re: RockTest.pov reference image
Date: 13 Dec 2016 08:35:01
Message: <web.584ff86f67b6c8b61c3f31c90@news.povray.org>
Here is an "angry" media sky output from the Sky macro.

I will post the other settings as I get them where I want them to be.

Ian


Post a reply to this message


Attachments:
Download 'clouds 2017.png' (1515 KB)

Preview of image 'clouds 2017.png'
clouds 2017.png


 

From: Cousin Ricky
Subject: Re: RockTest.pov reference image
Date: 13 Dec 2016 10:50:01
Message: <web.5850183e67b6c8b682fed3640@news.povray.org>
"[GDS|Entropy]" <nomail@nomail> wrote:
> Here is an "angry" media sky output from the Sky macro.

Cecil B. DeMille worthy!


Post a reply to this message

From: [GDS|Entropy]
Subject: Re: RockTest.pov reference image
Date: 13 Dec 2016 16:20:01
Message: <web.585064d567b6c8b61c3f31c90@news.povray.org>
"Cousin Ricky" <rickysttATyahooDOTcom> wrote:
> "[GDS|Entropy]" <nomail@nomail> wrote:
> > Here is an "angry" media sky output from the Sky macro.
>
> Cecil B. DeMille worthy!

Thank you. :)

My goal is to build a fairly comprehensive "Environmentals" macro set that is
both simple to use and nice looking. Given that they are designed to work
together it should take a LOT of the work out of creating natural scenes, and
hopefully inspire some scenes.

The Rocks macro is coming close to completion, for version 1 at least, and the
Terrain macro is close behind it. Next in the set is the Skies and Fogs.

The Fog is being a little weird, because Media without a container is only
visible when looking at the plane below it, and it vanishes above the horizon.
?! Weeeird. Very counterintuitive.

Any idea why this is, and how to fix it? Is the only choice to bound the media?
I am guessing that this is because it is not reasonable to calculate media for
an infinite space, but I could be wrong.


Post a reply to this message


Attachments:
Download 'mediafogtest.png' (248 KB)

Preview of image 'mediafogtest.png'
mediafogtest.png


 

From: Alain
Subject: Re: RockTest.pov reference image
Date: 13 Dec 2016 16:58:22
Message: <58506efe@news.povray.org>

> "Cousin Ricky" <rickysttATyahooDOTcom> wrote:
>> "[GDS|Entropy]" <nomail@nomail> wrote:
>>> Here is an "angry" media sky output from the Sky macro.
>>
>> Cecil B. DeMille worthy!
>
> Thank you. :)
>
> My goal is to build a fairly comprehensive "Environmentals" macro set that is
> both simple to use and nice looking. Given that they are designed to work
> together it should take a LOT of the work out of creating natural scenes, and
> hopefully inspire some scenes.
>
> The Rocks macro is coming close to completion, for version 1 at least, and the
> Terrain macro is close behind it. Next in the set is the Skies and Fogs.
>
> The Fog is being a little weird, because Media without a container is only
> visible when looking at the plane below it, and it vanishes above the horizon.
> ?! Weeeird. Very counterintuitive.
>
> Any idea why this is, and how to fix it? Is the only choice to bound the media?
> I am guessing that this is because it is not reasonable to calculate media for
> an infinite space, but I could be wrong.
>

You are correct on this point. Media sampling can only be computed 
between two deffined points. When you reatch the background, the far 
point is undefined, making the computation impossible.

Solution : Place a background plane behond the scene. Make it no_image, 
no_shadow, no_refection and no_radiosity.


Alain


Post a reply to this message

From: [GDS|Entropy]
Subject: Re: RockTest.pov reference image
Date: 13 Dec 2016 17:20:01
Message: <web.5850736067b6c8b61c3f31c90@news.povray.org>
Alain <kua### [at] videotronca> wrote:

> > "Cousin Ricky" <rickysttATyahooDOTcom> wrote:
> >> "[GDS|Entropy]" <nomail@nomail> wrote:
> >>> Here is an "angry" media sky output from the Sky macro.
> >>
> >> Cecil B. DeMille worthy!
> >
> > Thank you. :)
> >
> > My goal is to build a fairly comprehensive "Environmentals" macro set that is
> > both simple to use and nice looking. Given that they are designed to work
> > together it should take a LOT of the work out of creating natural scenes, and
> > hopefully inspire some scenes.
> >
> > The Rocks macro is coming close to completion, for version 1 at least, and the
> > Terrain macro is close behind it. Next in the set is the Skies and Fogs.
> >
> > The Fog is being a little weird, because Media without a container is only
> > visible when looking at the plane below it, and it vanishes above the horizon.
> > ?! Weeeird. Very counterintuitive.
> >
> > Any idea why this is, and how to fix it? Is the only choice to bound the media?
> > I am guessing that this is because it is not reasonable to calculate media for
> > an infinite space, but I could be wrong.
> >
>
> You are correct on this point. Media sampling can only be computed
> between two deffined points. When you reatch the background, the far
> point is undefined, making the computation impossible.
>
> Solution : Place a background plane behond the scene. Make it no_image,
> no_shadow, no_refection and no_radiosity.
>
>
> Alain

When I tried that, the media disappeared entirely, here is the plane I used:

plane
{
    z,
    100
    no_radiosity
    no_image
    no_shadow
    no_reflection
}

Did I miss something?

Thanks!

Ian


Post a reply to this message

From: Alain
Subject: Re: RockTest.pov reference image
Date: 13 Dec 2016 17:51:20
Message: <58507b68$1@news.povray.org>

> Alain <kua### [at] videotronca> wrote:

>>> "Cousin Ricky" <rickysttATyahooDOTcom> wrote:
>>>> "[GDS|Entropy]" <nomail@nomail> wrote:
>>>>> Here is an "angry" media sky output from the Sky macro.
>>>>
>>>> Cecil B. DeMille worthy!
>>>
>>> Thank you. :)
>>>
>>> My goal is to build a fairly comprehensive "Environmentals" macro set that is
>>> both simple to use and nice looking. Given that they are designed to work
>>> together it should take a LOT of the work out of creating natural scenes, and
>>> hopefully inspire some scenes.
>>>
>>> The Rocks macro is coming close to completion, for version 1 at least, and the
>>> Terrain macro is close behind it. Next in the set is the Skies and Fogs.
>>>
>>> The Fog is being a little weird, because Media without a container is only
>>> visible when looking at the plane below it, and it vanishes above the horizon.
>>> ?! Weeeird. Very counterintuitive.
>>>
>>> Any idea why this is, and how to fix it? Is the only choice to bound the media?
>>> I am guessing that this is because it is not reasonable to calculate media for
>>> an infinite space, but I could be wrong.
>>>
>>
>> You are correct on this point. Media sampling can only be computed
>> between two deffined points. When you reatch the background, the far
>> point is undefined, making the computation impossible.
>>
>> Solution : Place a background plane behond the scene. Make it no_image,
>> no_shadow, no_refection and no_radiosity.
>>
>>
>> Alain
>
> When I tried that, the media disappeared entirely, here is the plane I used:
>
> plane
> {
>     z,
>     100
>     no_radiosity
>     no_image
>     no_shadow
>     no_reflection
> }
>
> Did I miss something?
>
> Thanks!
>
> Ian
>
>
Your plane is facing away from the camera, placing the camera /inside/ 
the plane.

Add hollow to your plane or reverse it's normal and offset.

plane{
  -z, -100 // Makes the plane face the camera
  no_radiosity no_image no_shadow no_reflection
}

OR

plane{
  z, 100
  no_radiosity no_image no_shadow no_reflection
  hollow // allow media to exist "inside" the plane
}

You could also use inverse instead of hollow or revercing the plane 
orientation.


Alain


Post a reply to this message

From: [GDS|Entropy]
Subject: Re: RockTest.pov reference image
Date: 13 Dec 2016 18:10:01
Message: <web.58507ecf67b6c8b61c3f31c90@news.povray.org>
Alain <kua### [at] videotronca> wrote:

> > Alain <kua### [at] videotronca> wrote:

> >>> "Cousin Ricky" <rickysttATyahooDOTcom> wrote:
> >>>> "[GDS|Entropy]" <nomail@nomail> wrote:
> >>>>> Here is an "angry" media sky output from the Sky macro.
> >>>>
> >>>> Cecil B. DeMille worthy!
> >>>
> >>> Thank you. :)
> >>>
> >>> My goal is to build a fairly comprehensive "Environmentals" macro set that is
> >>> both simple to use and nice looking. Given that they are designed to work
> >>> together it should take a LOT of the work out of creating natural scenes, and
> >>> hopefully inspire some scenes.
> >>>
> >>> The Rocks macro is coming close to completion, for version 1 at least, and the
> >>> Terrain macro is close behind it. Next in the set is the Skies and Fogs.
> >>>
> >>> The Fog is being a little weird, because Media without a container is only
> >>> visible when looking at the plane below it, and it vanishes above the horizon.
> >>> ?! Weeeird. Very counterintuitive.
> >>>
> >>> Any idea why this is, and how to fix it? Is the only choice to bound the media?
> >>> I am guessing that this is because it is not reasonable to calculate media for
> >>> an infinite space, but I could be wrong.
> >>>
> >>
> >> You are correct on this point. Media sampling can only be computed
> >> between two deffined points. When you reatch the background, the far
> >> point is undefined, making the computation impossible.
> >>
> >> Solution : Place a background plane behond the scene. Make it no_image,
> >> no_shadow, no_refection and no_radiosity.
> >>
> >>
> >> Alain
> >
> > When I tried that, the media disappeared entirely, here is the plane I used:
> >
> > plane
> > {
> >     z,
> >     100
> >     no_radiosity
> >     no_image
> >     no_shadow
> >     no_reflection
> > }
> >
> > Did I miss something?
> >
> > Thanks!
> >
> > Ian
> >
> >
> Your plane is facing away from the camera, placing the camera /inside/
> the plane.
>
> Add hollow to your plane or reverse it's normal and offset.
>
> plane{
>   -z, -100 // Makes the plane face the camera
>   no_radiosity no_image no_shadow no_reflection
> }
>
> OR
>
> plane{
>   z, 100
>   no_radiosity no_image no_shadow no_reflection
>   hollow // allow media to exist "inside" the plane
> }
>
> You could also use inverse instead of hollow or revercing the plane
> orientation.
>
>
> Alain

That does make the media reappear [using either inverse or hollow], but also
retains the issue of the media vanishing above horizon. I must really be borking
this up lol! :)

Ian


Post a reply to this message

From: clipka
Subject: Re: RockTest.pov reference image
Date: 13 Dec 2016 19:14:50
Message: <58508efa$1@news.povray.org>
Am 13.12.2016 um 22:15 schrieb [GDS|Entropy]:

> The Fog is being a little weird, because Media without a container is only
> visible when looking at the plane below it, and it vanishes above the horizon.
> ?! Weeeird. Very counterintuitive.

Doesn't sound like something that should happen.

Care to share any details?


Post a reply to this message

<<< Previous 4 Messages Goto Latest 10 Messages Next 10 Messages >>>

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