POV-Ray : Newsgroups : povray.advanced-users : The Harcore Povrayer Test Server Time
29 Jul 2024 20:22:09 EDT (-0400)
  The Harcore Povrayer Test (Message 58 to 67 of 77)  
<<< Previous 10 Messages Goto Latest 10 Messages Next 10 Messages >>>
From: Gail Shaw
Subject: Re: Improved test
Date: 2 Feb 2002 04:45:50
Message: <3c5bb54e@news.povray.org>
"Ron Parker" <ron### [at] povrayorg> wrote in message
news:slr### [at] fwicom...
> On Fri, 01 Feb 2002 00:31:22 -0500, Christopher James Huff wrote:
>
> you know all of the options to the repeat warp;

I do now, but only 'cause I'm writing a texture editor

> you know how to force the media code to take more samples in an
interesting
> area of the scene;

Ratio?

> you understand why a plane makes a bad media container;

cause it's infinite?

>
> you've used multiple text objects to achieve a desired text effect...

Yes

Gail
--
#macro G(H,S)disc{0z.4pigment{onion color_map{[0rgb<sin(H/pi)cos(S/pi)*(H<6)
cos(S/pi)*(H>6)>*18][.4rgb 0]}}translate<H-5S-3,9>}#end G(3,5)G(2,5.5)G(1,5)
G(.6,4)G(.5,3)G(.6,2)G(1,1)G(2,.5)G(3,.7)G(3.2,1.6)G(3.1,2.5)G(2.2,2.5)G(9,5
)G(8,5.5)G(7,5)G(7,4)G(7.7,3.3)G(8.3,2.7)G(9,2)G(9,1)G(8,.5)G(7,1)//GS


Post a reply to this message

From: Gail Shaw
Subject: Re: The Harcore Povrayer Test
Date: 2 Feb 2002 04:50:34
Message: <3c5bb66a@news.povray.org>
"bob h" <omn### [at] charternet> wrote in message
news:3c5abfb0$1@news.povray.org...
> 18.5... maybe.... And I could add a point by opening the documentation up.
> Okay, so I'm no where near a "hardcore" POVer.

You did better than I did. I got 7 in the original

Gail
--
#macro G(H,S)disc{0z.4pigment{onion color_map{[0rgb<sin(H/pi)cos(S/pi)*(H<6)
cos(S/pi)*(H>6)>*18][.4rgb 0]}}translate<H-5S-3,9>}#end G(3,5)G(2,5.5)G(1,5)
G(.6,4)G(.5,3)G(.6,2)G(1,1)G(2,.5)G(3,.7)G(3.2,1.6)G(3.1,2.5)G(2.2,2.5)G(9,5
)G(8,5.5)G(7,5)G(7,4)G(7.7,3.3)G(8.3,2.7)G(9,2)G(9,1)G(8,.5)G(7,1)//GS


Post a reply to this message

From: Zeger Knaepen
Subject: Re: The Harcore Povrayer Test
Date: 2 Feb 2002 11:15:47
Message: <3c5c10b3@news.povray.org>
> > * Your patch was included in POV-Ray 3.5.
> Yes.

and yet:

> > * You know if some special feature is already implemented in the
> > POV-Ray 3.5 standard include files (and thus you know you don't have
> > to implement it yourself).
> Haven't tried 3.5 yet.

that's kinda strange...

cu!
--
ZK AKA SaD
http://www.povplace.be.tf
"It's my duty; my duty as a complete and utter bastard."


Post a reply to this message

From: Ron Parker
Subject: Re: Improved test
Date: 2 Feb 2002 11:35:36
Message: <slrna5o5aq.6a3.ron.parker@fwi.com>
On Fri, 01 Feb 2002 15:49:40 -0500, Christopher James Huff wrote:
>> you've used multiple text objects to achieve a desired text effect...
> 
> I think you need to define "desired text effect". I assume you are 
> referring to the circle text macro, but that could also describe using 
> multiple objects to get text of different sizes, or any time you use 
> multiple text objects.

Yes, I was aiming at that sort of generality.  Putting bold text in the
middle of plain text counts too.



-- 
#macro R(L P)sphere{L F}cylinder{L P F}#end#macro P(V)merge{R(z+a z)R(-z a-z)R(a
-z-z-z a+z)torus{1F clipped_by{plane{a 0}}}translate V}#end#macro Z(a F T)merge{
P(z+a)P(z-a)R(-z-z-x a)pigment{rgbt 1}hollow interior{media{emission T}}finish{
reflection.1}}#end Z(-x-x.2y)Z(-x-x.4x)camera{location z*-10rotate x*90}


Post a reply to this message

From: Ron Parker
Subject: Re: Improved test
Date: 2 Feb 2002 11:38:21
Message: <slrna5o5fv.6a3.ron.parker@fwi.com>
On Sat, 2 Feb 2002 11:45:42 +0200, Gail Shaw wrote:
>> you know how to force the media code to take more samples in an
> interesting
>> area of the scene;
> 
> Ratio?

I was thinking of the "put a transparent hollow object around it" method.

-- 
#macro R(P)z+_(P)_(P)_(P+1)_(P+1)+z#end#macro Q(C,T)bicubic_patch{type 1u_steps
6v_steps 6R(1)R(3)R(5)R(7)pigment{rgb z}}#end#macro _(Y)#local X=asc(substr(C,Y
,1))-65;<T+mod(X,4)div(X,4)9>-2#end#macro O(T)Q("ABEFUQWS",T)Q("WSXTLOJN",T)#
end O(0)O(3)Q("JNKLCGCD",0)light_source{x 1}// ron### [at] povrayorg


Post a reply to this message

From: bob h
Subject: Re: The Harcore Povrayer Test
Date: 2 Feb 2002 23:24:48
Message: <3c5cbb90@news.povray.org>
"Gail Shaw" <gsh### [at] monotixcoza> wrote in message
news:3c5bb66a@news.povray.org...
>
> "bob h" <omn### [at] charternet> wrote in message
> news:3c5abfb0$1@news.povray.org...
> > 18.5... maybe.... And I could add a point by opening the documentation
up.
>
> You did better than I did. I got 7 in the original

Ha ha, well that was a big "maybe" I said there.  Mostly because to really
know how well I answered I'd need to know more exactingly what is in POV-Ray
to be sure of my answers.  15 might be more accurate.

bob h


Post a reply to this message

From: John VanSickle
Subject: Re: The Harcore Povrayer Test
Date: 4 Feb 2002 01:59:43
Message: <3C5E32AF.C1F43CCC@hotmail.com>
Zeger Knaepen wrote:
> 
> > > * Your patch was included in POV-Ray 3.5.
> > Yes.
> 
> and yet:
> 
> > > * You know if some special feature is already implemented in the
> > > POV-Ray 3.5 standard include files (and thus you know you don't
> > > have to implement it yourself).
> > Haven't tried 3.5 yet.
> 
> that's kinda strange...

I'm waiting for the official (non-beta) release, although I might
use it for this round of the IRTC (for a media sampling feature).

-- 
ICQ: 46085459


Post a reply to this message

From: Tom Melly
Subject: Re: Improved test
Date: 4 Feb 2002 12:19:03
Message: <3c5ec287@news.povray.org>
"Warp" <war### [at] tagpovrayorg> wrote in message news:3c59d5b6@news.povray.org...

Hmm, 9 for the first test, 16 for the second.... (and two points for something I
did for the first time last week).


Post a reply to this message

From: Tom Melly
Subject: Re: Improved test
Date: 4 Feb 2002 12:20:18
Message: <3c5ec2d2$1@news.povray.org>
"Gilles Tran" <tra### [at] inapginrafr> wrote in message
news:3c5af113$1@news.povray.org...

<snip>

... couldn't you just replace 'em with "you are Gilles Tran" 10 times?


Post a reply to this message

From: Ken
Subject: Re: The Harcore Povrayer Test
Date: 4 Feb 2002 21:08:02
Message: <3C5F3F0A.B473ECD4@pacbell.net>
Warp wrote:
> 
>   Some years ago I made a "Hardcore Povrayer Test" just for fun.

> Question -
> * You are called "Uncle Ken".

Nuff said.


Post a reply to this message

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

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