POV-Ray : Newsgroups : povray.binaries.images : Why does it do this? Server Time
3 Aug 2024 12:19:02 EDT (-0400)
  Why does it do this? (Message 7 to 16 of 16)  
<<< Previous 6 Messages Goto Initial 10 Messages
From: Rafal 'Raf256' Maj
Subject: Re: Why does it do this?
Date: 8 Apr 2004 03:20:19
Message: <Xns94C55EFAECF1Fraf256com@203.29.75.35>
stb### [at] hotmailcom news:407### [at] hotmailcom

>> Btw, adc_bailout was fixed in 3.6 beta and/or will it be in 3.6
>> final? It was a quite serious time-wasting bug IMHO.
> Couldn't possibly answer that. In fact, I didn't know there was a bug!
> I hope this means rendering many layers of transparent objects (or 
> multiple reflections) will be made faster.

Bug was that transparency / reflection was unnesesarly shooted even if 
resulting color changes would be smaller then 1/256 (so they would not be 
notacible in image). (I think even 1/64 is a good limit).

So if You set max_trace_level to 100 because in few space You have 100 
boxes in each other, transparent, it will not only use 100 rays / pixel 
there, but laso it will use it every else, so most reflective-seeing-
reflective surface will render 100 times slower, even if reflection is 0.1 
and final step of rendering each pixel will "result in only change like 
+/- 0.000000000000000000000000000000000000000000000000000000001 rgb ;)
 
>> PS. please do not top-post, answare *below* quote of post to with are
>> You answearing.
> There are advantages to answering both ways, depending on how many 
> statements I'm replying to.

Sorry, wrong word ;)


-- 
http://www.raf256.com/3d/
Rafal Maj 'Raf256', home page - http://www.raf256.com/me/
Computer Graphics


Post a reply to this message

From: Warp
Subject: Re: Why does it do this?
Date: 8 Apr 2004 05:47:39
Message: <40751fbb@news.povray.org>
In povray.general Samuel Benge <stb### [at] hotmailcom> wrote:
> > PS. please do not top-post, answare *below* quote of post to with are You 
> > answearing.

> There are advantages to answering both ways, depending on how many 
> statements I'm replying to.

  Quoting properly is an art. But it's an art which everyone should master,
in my opinion. It makes your articles more readable and better organized.

  Some people seem to lack the notion of being able to *edit* quotes.
By editing I don't mean changing them (which you *never* should do,
heaven forbid!), but to remove irrelevant parts in order to make the
quotes as short and clear as possible (but of course you shouldn't remove
relevant parts of the quote in such way that it may change the meaning of
what you leave).

  Answering to an article should usually look like this:

> Original statement

Answer to that statement

> Another original statement

Answer to this one.

etc.

  That is, quote first, answer then (not the other way around), and
answer to each point separately, not to everything in a single block
of text.
  Don't quote too much. Quoting too much is specially bad if you are
answering to a single statement among tens of others. As said before,
remove unnecessary quotes until you have the essential part. Sometimes
people use "[snip]" or "[xyz removed]" or something similar to indicate
that more essential (but long) parts were removed (and that the reader
should refer to the original article if he wants to know).

  Sometimes you might even want to not to quote anything at all.
This is specially true when the original article is longish and you
are answering to the whole idea in it, not to any specific statement
inside it. If people want to know what you are answering to, they can
go one article back in the thread to see it.

-- 
plane{-x+y,-1pigment{bozo color_map{[0rgb x][1rgb x+y]}turbulence 1}}
sphere{0,2pigment{rgbt 1}interior{media{emission 1density{spherical
density_map{[0rgb 0][.5rgb<1,.5>][1rgb 1]}turbulence.9}}}scale
<1,1,3>hollow}text{ttf"timrom""Warp".1,0translate<-1,-.1,2>}//  - Warp -


Post a reply to this message

From: Zeger Knaepen
Subject: Re: Why does it do this?
Date: 8 Apr 2004 06:17:24
Message: <407526b4$1@news.povray.org>
"A: Top posters.
Q: What is the most annoying thing on Usenet?"

that about sums it up :)

cu!
--
camera{location-z*3}#macro G(b,e)b+(e-b)*(C/50)#end#macro L(b,e,k,l)#local C=0
;#while(C<50)sphere{G(b,e),.1pigment{rgb G(k,l)}finish{ambient 1}}#local C=C+1
;#end#end L(y-x,y,x,x+y)L(y,-x-y,x+y,y)L(-x-y,-y,y,y+z)L(-y,y,y+z,x+y)L(0,x+y,
<.5,1,.5>,x)L(0,x-y,<.5,1,.5>,x)               // ZK http://www.povplace.be.tf


Post a reply to this message

From: Richard Callwood III
Subject: Re: Why does it do this?
Date: 8 Apr 2004 09:52:43
Message: <ltla705cs6ci6qojqgpqo1s2jeikjgoaqa@4ax.com>
On Wed, 7 Apr 2004 22:50:55 -0500, "Steve Shelby" <ssh### [at] rexnetnet>
wrote:

>That's it! Thank you very much! I don't think I would have ever figured it
>out on my own.

Check the messages after every render.  This will clear up lots of
mysteries, including max_trace_level exceeded.

-- 
------------------- Richard Callwood III --------------------
~  U.S. Virgin Islands    ~  USDA zone 11  ~  18.3N, 64.9W  ~
~  eastern Massachusetts  ~  USDA zone 6 (1992-95)          ~
--------------- http://cac.uvi.edu/staff/rc3/ ---------------


Post a reply to this message

From: Shay
Subject: *applause* (no message)
Date: 8 Apr 2004 10:17:01
Message: <40755edd@news.povray.org>
"Warp" <war### [at] tagpovrayorg> wrote in message
news:40751fbb@news.povray.org...

 -Shay


Post a reply to this message

From: Samuel Benge
Subject: Re: Why does it do this?
Date: 8 Apr 2004 11:30:22
Message: <40756FBF.4010901@hotmail.com>
Zeger Knaepen once wrote:

> "A: Top posters.
> Q: What is the most annoying thing on Usenet?"
> 
> that about sums it up :)
> 
> cu!

Whoops, didn't know it was *that* annoying! I'll clean up my act :)

-Samuel Benge


Post a reply to this message

From: Francois Labreque
Subject: Re: Why does it do this?
Date: 8 Apr 2004 12:24:55
Message: <40757cd7$1@news.povray.org>
Program ended abnormally on 08/04/2004 05:47, Due to a catastrophic Warp error:
> In povray.general Samuel Benge <stb### [at] hotmailcom> wrote:
> 
>>>PS. please do not top-post, answare *below* quote of post to with are You 
>>>answearing.
> 
> 
>>There are advantages to answering both ways, depending on how many 
>>statements I'm replying to.
> 
> 
>   Quoting properly is an art. But it's an art which everyone should master,
> in my opinion. It makes your articles more readable and better organized.
> 
>   Some people seem to lack the notion of being able to *edit* quotes.
> By editing I don't mean changing them (which you *never* should do,
> heaven forbid!), but to remove irrelevant parts in order to make the
> quotes as short and clear as possible (but of course you shouldn't remove
> relevant parts of the quote in such way that it may change the meaning of
> what you leave).

I think people are overly conscious about trimming posts because they don't want 
you to start raping their families.  ;-P

All humor aside, good explanation.

[snippage]

-- 
/*Francois Labreque*/#local a=x+y;#local b=x+a;#local c=a+b;#macro P(F//
/*    flabreque    */L)polygon{5,F,F+z,L+z,L,F pigment{rgb 9}}#end union
/*        @        */{P(0,a)P(a,b)P(b,c)P(2*a,2*b)P(2*b,b+c)P(b+c,<2,3>)
/*   videotron.ca  */}camera{orthographic location<6,1.25,-6>look_at a }


Post a reply to this message

From: Harold
Subject: Re: Why does it do this?
Date: 8 Apr 2004 16:52:49
Message: <4075bba1$1@news.povray.org>
Unless it is on Jeopardy, or a classic
Johnny Carson Karnak joke. ;-)


A:  Jack Nicholson, Bill Clinton, and Jerry Brown.

Q: Name a joker, a smoker, and a midnight toker."


Harold


"Zeger Knaepen" <zeg### [at] studentkuleuvenacbe> wrote in message
news:407526b4$1@news.povray.org...
> "A: Top posters.
> Q: What is the most annoying thing on Usenet?"
>
> that about sums it up :)
>
> cu!
> --
> camera{location-z*3}#macro G(b,e)b+(e-b)*(C/50)#end#macro L(b,e,k,l)#local
C=0
> ;#while(C<50)sphere{G(b,e),.1pigment{rgb G(k,l)}finish{ambient 1}}#local
C=C+1
> ;#end#end
L(y-x,y,x,x+y)L(y,-x-y,x+y,y)L(-x-y,-y,y,y+z)L(-y,y,y+z,x+y)L(0,x+y,
> <.5,1,.5>,x)L(0,x-y,<.5,1,.5>,x)               // ZK
http://www.povplace.be.tf
>
>


Post a reply to this message

From: Rafal 'Raf256' Maj
Subject: Re: Why does it do this?
Date: 8 Apr 2004 17:16:41
Message: <Xns94C5ECC08C640raf256com@203.29.75.35>
stb### [at] hotmailcom news:407### [at] hotmailcom

>> "A: Top posters.
>> Q: What is the most annoying thing on Usenet?"


Because it reverses natural way of reading text (top-to-bottom).
Why?
Answewaring above quote and/or question (aka top-posting).
What is the most anoying thing on Usenet?

;-)

-- 
http://www.raf256.com/3d/
Rafal Maj 'Raf256', home page - http://www.raf256.com/me/
Computer Graphics


Post a reply to this message

From: Zeger Knaepen
Subject: Re: Why does it do this?
Date: 8 Apr 2004 19:17:31
Message: <4075dd8b$1@news.povray.org>
"Rafal 'Raf256' Maj" <spa### [at] raf256com> wrote in message
news:Xns94C5ECC08C640raf256com@203.29.75.35...
> stb### [at] hotmailcom news:407### [at] hotmailcom
>
> >> "A: Top posters.
> >> Q: What is the most annoying thing on Usenet?"
>
> Because it reverses natural way of reading text (top-to-bottom).
> Why?
> Answewaring above quote and/or question (aka top-posting).
> What is the most anoying thing on Usenet?

hmm, makes me think... how about a short story (maybe just a few lines) that you
can read top to bottom or bottom to top and they both make sense, but it's an
entirely different story :)
how difficult would that be :)

cu!
--
camera{location-z*3}#macro G(b,e)b+(e-b)*(C/50)#end#macro L(b,e,k,l)#local C=0
;#while(C<50)sphere{G(b,e),.1pigment{rgb G(k,l)}finish{ambient 1}}#local C=C+1
;#end#end L(y-x,y,x,x+y)L(y,-x-y,x+y,y)L(-x-y,-y,y,y+z)L(-y,y,y+z,x+y)L(0,x+y,
<.5,1,.5>,x)L(0,x-y,<.5,1,.5>,x)               // ZK http://www.povplace.be.tf


Post a reply to this message

<<< Previous 6 Messages Goto Initial 10 Messages

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