POV-Ray : Newsgroups : povray.binaries.images : Not always the same render results?? Server Time
4 Oct 2024 11:20:39 EDT (-0400)
  Not always the same render results?? (Message 14 to 23 of 23)  
<<< Previous 10 Messages Goto Initial 10 Messages
From: Peter Popov
Subject: Re: Not always the same render results??
Date: 11 Apr 1999 14:54:25
Message: <3710e022.27026229@news.povray.org>
I think it's AA jitter. Set jitter to 0.0 (+j0.0) regardless of your
AA setting (turn it off as well). Maybe jitter randomises the ray
position within the bounds of the current pixel even though
anti-aliasing is turned on. Is the opposite explicitly stated
anywhere?

---------
Peter Popov
ICQ: 15002700


Post a reply to this message

From: Steve
Subject: Re: Not always the same render results?? <<<----- WAIT A SECOND THERE!!!
Date: 11 Apr 1999 19:50:55
Message: <37112629.DB20BBBA@ndirect.co.uk>
Yip

In you go out of Windoze and go back in probably you've cleared
the registers. 

Lance's post made me think of something.  The images we saw in
your post were grey, I don't know how many decimal places the RGB
settings were using, maybe depending on certain things (such as
memory usage), it only rounds up or down to a certain distance. 
You or I couldn't tell the difference between 0.989877754142 and
0.989877754141 could we, so maybe in certain circumstances it
rounds down or up closer to the decimal point.  

I'm not sure about any of this, havn't tested any of it, it's
just an idea that someone with more time might want to look into.

Cheers
Steve








Lance Birch wrote:
> 
> Hmm, I've had this problem too... I was trying to get my RLE encoder to work
> properly but it wouldn't because the images changed slightly...  The way
> around it I found was to go into POV-Ray, render... exit POV-Ray, go back in
> and render again and you'll get the same image (providing you don't use any
> AA jitter or crand).
> 
> Then again, it's already @725 here in Australia so I'm tired... I'm going to
> sleep... Maybe I'll get in a Lucid Dream if I'm lucky too...
> 
> --
> Lance.
> 
> ---
> For the latest 3D Studio MAX plug-ins, images and much more, go to:
> The Zone - http://come.to/the.zone


Post a reply to this message

From: Lance Birch
Subject: Re: Not always the same render results?? <<<----- WAIT A SECOND THERE!!!
Date: 11 Apr 1999 22:12:00
Message: <37114860.0@news.povray.org>
OK, I've woken up now... :-)  Nice dreams but not Lucid... :-(

Anyway, back to the subject, ahem, no, I don't think this would happen
because then it would basically undermine the whole idea of computers being
accurate+ACEAIQAh-  So I still think that it must be either a pseudo random number
thing (that is affected by previous renders) or it is something to do with
jittering in AA, even though it's set to 0 maybe it's not really off or
something...  Just a thought...

Then again, it might just be a memory thing... Who knows?

--
Lance.


---
For the latest 3D Studio MAX plug-ins, images and much more, go to:
The Zone - http://come.to/the.zone


Post a reply to this message

From: Bob Hughes
Subject: Re: Not always the same render results??
Date: 12 Apr 1999 02:58:25
Message: <37118B5F.832C33DF@aol.com>
Think so too.
Did you mean to say "anti-aliasing turned off" instead of "on"?
Anyhow, arealights can use jitter, though not on until the keyword is
used. Focal blur mentions jitter however possibly not the same type of
thing at all since only animation and arealight is said to cause
randomization of pixels.
Would like to hear about the further results of tests just in case
though. I sound lazy don't I, anyone should be able to do a quick check.


Peter Popov wrote:
> 
> I think it's AA jitter. Set jitter to 0.0 (+j0.0) regardless of your
> AA setting (turn it off as well). Maybe jitter randomises the ray
> position within the bounds of the current pixel even though
> anti-aliasing is turned on. Is the opposite explicitly stated
> anywhere?
> 
> ---------
> Peter Popov
> ICQ: 15002700

-- 
 omniVERSE: beyond the universe
  http://members.aol.com/inversez/homepage.htm
 mailto:inv### [at] aolcom?Subject=PoV-News


Post a reply to this message

From: Steve
Subject: Re: Not always the same render results??
Date: 12 Apr 1999 14:33:25
Message: <3712082C.75A6F660@ndirect.co.uk>
Post the code here and let a few of us try rendering it and
report our results back to the group.

Steve

Julius Klatte wrote:
> 
> Strange...
> I always thought that POV-ray's rendered images were always
> exactly the same for the same code, like with 'normal'(?)
> instructions.
> 
> Example: if you calculate tan 1 with a calculator, you
> always
> get the same result: 1.55740772465490223050697480745836(...)
> 
> However, it appears this doesn't work this way for POV-ray
> image output (?).
> I've rendered the same POV code more than once on the same
> computer without using any jittering or crand or any other
> random
> function that I know of. The results were slightly
> different, as
> you can see in the attached image (that's why I posted it in
> this group)
> (close-ups of the rendered images).
> Can anybody tell me why the output is different?
> 
> Just wondering...
> 
> Julius
> 
>  [Image]


Post a reply to this message

From: Julius Klatte
Subject: Re: Not always the same render results??
Date: 13 Apr 1999 19:37:32
Message: <3713c72c.0@news.povray.org>
I think Peter just pointed out the answer: AA jitter.

Here come the docs (subject: "jitter", actually about NOT
using jitter for animations):

"Jitter is a very small amount of random ray perturbation
designed to diffuse tiny !!!aliasing!!! errors that might
not otherwise totally disappear, even with intense
anti-aliasing. By randomizing the placement of erroneous
pixels, the error becomes less noticeable to the human eye,
because the eye and mind are naturally inclined to look for
regular patterns rather than random distortions."

Conclusion: there is a random function in AA.
the docs continue:
"For this reason, we should always set jitter to off in area
lights and !!!anti-aliasing!!! options when preparing a
scene for an animation."

Conclusion: beside area lights, jitter is also used in AA.
Problem solved?

Thanks for the many replies

Julius Klatte

>I think it's AA jitter. Set jitter to 0.0 (+j0.0)
regardless of your
>AA setting (turn it off as well). Maybe jitter randomises
the ray
>position within the bounds of the current pixel even though
>anti-aliasing is turned on. Is the opposite explicitly
stated
>anywhere?


Post a reply to this message

From: Julius Klatte
Subject: Re: Not always the same render results?? <<<----- WAIT A SECOND THERE!!!
Date: 13 Apr 1999 19:39:00
Message: <3713c784.0@news.povray.org>
>I don't think this would happen
>because then it would basically undermine the whole idea of
computers being
>accurate

That's why the thing surprised me so much in the first
place...

Julius Klatte


Post a reply to this message

From: Spider
Subject: Re: Not always the same render results??
Date: 14 Apr 1999 08:52:05
Message: <3713670B.C1D10D92@bahnhof.se>
Hmm, was this before or after JPEG conversion? and, were you looking at a
full-24/32bit disply at the moment ?



Julius Klatte wrote:
> 
> Strange...
> I always thought that POV-ray's rendered images were always
> exactly the same for the same code, like with 'normal'(?)
> instructions.
> 
> Example: if you calculate tan 1 with a calculator, you
> always
> get the same result: 1.55740772465490223050697480745836(...)
> 
> However, it appears this doesn't work this way for POV-ray
> image output (?).
> I've rendered the same POV code more than once on the same
> computer without using any jittering or crand or any other
> random
> function that I know of. The results were slightly
> different, as
> you can see in the attached image (that's why I posted it in
> this group)
> (close-ups of the rendered images).
> Can anybody tell me why the output is different?
> 
> Just wondering...
> 
> Julius
> 
>  [Image]

-- 
//Spider
        [ spi### [at] bahnhofse ]-[ http://www.bahnhof.se/~spider/ ]
What I can do and what I could do, I just don't know anymore
                "Marian"
        By: "Sisters Of Mercy"


Post a reply to this message

From: Lance Birch
Subject: Re: Not always the same render results??
Date: 15 Apr 1999 07:12:12
Message: <3715bb7c.0@news.povray.org>
No it doesn't matter... I had the problem when saving to TGAs last year...

--
Lance.


---
For the latest 3D Studio MAX plug-ins, images and much more, go to:
The Zone - http://come.to/the.zone
For a totally different experience, visit my Chroma Key Website:
Colorblind - http://www.fortunecity.com/skyscraper/parallax/359/colorblind

Spider wrote in message <3713670B.C1D10D92@bahnhof.se>...
>Hmm, was this before or after JPEG conversion? and, were you looking at a
>full-24/32bit disply at the moment ?


Post a reply to this message

From: Spider
Subject: Re: Not always the same render results??
Date: 15 Apr 1999 11:53:14
Message: <3715EDEE.91606AA1@bahnhof.se>
ok.


Lance Birch wrote:
> 
> No it doesn't matter... I had the problem when saving to TGAs last year...
> 
> --
> Lance.
> 
> Spider wrote in message <3713670B.C1D10D92@bahnhof.se>...
> >Hmm, was this before or after JPEG conversion? and, were you looking at a
> >full-24/32bit disply at the moment ?

-- 
//Spider
        [ spi### [at] bahnhofse ]-[ http://www.bahnhof.se/~spider/ ]
What I can do and what I could do, I just don't know anymore
                "Marian"
        By: "Sisters Of Mercy"


Post a reply to this message

<<< Previous 10 Messages Goto Initial 10 Messages

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