|
|
|
|
|
|
| |
| |
|
|
From: Jim Charter
Subject: demo file for water born particles re:abyss thread
Date: 15 Nov 2006 04:22:37
Message: <455adc5d@news.povray.org>
|
|
|
| |
| |
|
|
for discussion in "abyss" thread
Post a reply to this message
Attachments:
Download 'us-ascii' (12 KB)
|
|
| |
| |
|
|
From: Alain
Subject: Re: demo file for water born particles re:abyss thread
Date: 15 Nov 2006 22:36:08
Message: <455bdca8@news.povray.org>
|
|
|
| |
| |
|
|
Jim Charter nous apporta ses lumieres en ce 15/11/2006 04:22:
> for discussion in "abyss" thread
> samples S_low, S_high
Looking at your code, I see that you don't set the sampling method, thus using
method 3, the default. Using that method, only the first value is used, the
second value is ignored.
So, "samples S_low" is exactly the same as "samples S_low,S_high"
--
Alain
-------------------------------------------------
Quakers: Let us not fight over this shit.
Post a reply to this message
|
|
| |
| |
|
|
From: Jim Charter
Subject: Re: demo file for water born particles re:abyss thread
Date: 16 Nov 2006 01:55:07
Message: <455c0b4b$1@news.povray.org>
|
|
|
| |
| |
|
|
Alain wrote:
> Jim Charter nous apporta ses lumieres en ce 15/11/2006 04:22:
>
>> for discussion in "abyss" thread
>
>
>> samples S_low, S_high
>
>
> Looking at your code, I see that you don't set the sampling method, thus
> using method 3, the default. Using that method, only the first value is
> used, the second value is ignored.
> So, "samples S_low" is exactly the same as "samples S_low,S_high"
>
Yes I remember being confused about it at the time and os tried to play
it safe.
Post a reply to this message
|
|
| |
| |
|
|
From: Sven Littkowski
Subject: Re: demo file for water born particles re:abyss thread
Date: 16 Nov 2006 03:10:41
Message: <455c1d01@news.povray.org>
|
|
|
| |
| |
|
|
Hi Alain,
can you give me an example how, in Jim's code example, you would set the
proper sampling method? Well, I am just beginning with media, that is why I
do here so many things wrong...
Thanks a lot,
Sven
Post a reply to this message
|
|
| |
| |
|
|
From: Alain
Subject: Re: demo file for water born particles re:abyss thread
Date: 16 Nov 2006 06:03:53
Message: <455c4599$1@news.povray.org>
|
|
|
| |
| |
|
|
Sven Littkowski nous apporta ses lumieres en ce 16/11/2006 03:10:
> Hi Alain,
> can you give me an example how, in Jim's code example, you would set the
> proper sampling method? Well, I am just beginning with media, that is why I
> do here so many things wrong...
> Thanks a lot,
> Sven
All 3 available methods are correct. Formerly, method 1 was default, now, it's
method 3.
--
Alain
-------------------------------------------------
WARNING: The consumption of alcohol may be a major factor in getting your ass
kicked.
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
|
|