|
|
|
|
|
|
| |
| |
|
|
|
|
| |
| |
|
|
I'm brand new to macros. This is the first one. It creates a stack of books
and one can specify where, how many, etc. and everything else is left up to
the random number generator.
It took about an hour an 8 minutes to render this scene with radiosity and
whatnot. I then took it to gimp to do a couple of effects. I do hope you
enjoy. :-)
-Mark
Post a reply to this message
Attachments:
Download 'book_final.jpg' (98 KB)
Preview of image 'book_final.jpg'
|
|
| |
| |
|
|
From: Thomas de Groot
Subject: Re: (First macro) Lots o' books - 100K
Date: 25 Jun 2005 03:09:25
Message: <42bd0325@news.povray.org>
|
|
|
| |
| |
|
|
"ScottishPig" <dap### [at] yahoocom> schreef in bericht
news:web.42bc58435cd8129653f8aaab0@news.povray.org...
> I'm brand new to macros. This is the first one. It creates a stack of
books
> and one can specify where, how many, etc. and everything else is left up
to
> the random number generator.
>
> It took about an hour an 8 minutes to render this scene with radiosity and
> whatnot. I then took it to gimp to do a couple of effects. I do hope you
> enjoy. :-)
>
> -Mark
>
Nicely done! Now, include also some random rotation about the y-axis!
Thomas
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
http://www.geocities.com/SoHo/Lofts/1022/books.htm
--
light_source{0,1}#macro C(r,p)cylinder{x*-2,x*2,.9 pigment { rgb
p} /* B Gimeno estoeslarealidad */ rotate p*90 } #end difference
{box {-1,1} C(z /* http://usuarios.lycos.es/game2413 */,x)C(x,y)
C(z,z) pigment{rgb 2} rotate 45 translate z*4} // www.povray.org
Post a reply to this message
|
|
| |
| |
|
|
From: Thomas de Groot
Subject: Re: (First macro) Lots o' books - 100K
Date: 25 Jun 2005 09:10:01
Message: <42bd57a9@news.povray.org>
|
|
|
| |
| |
|
|
"B. Gimeno" <NO_### [at] lycoses> schreef in bericht
news:42bd0c75@news.povray.org...
> http://www.geocities.com/SoHo/Lofts/1022/books.htm
>
>
Yes, Sonya's is good, and don't forget the macro by Gilles Tran too!!
http://www.oyonale.com/ressources/francais/sources07.htm
Thomas
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
"Thomas de Groot" <t.d### [at] internlnet> wrote:
> Yes, Sonya's is good, and don't forget the macro by Gilles Tran too!!
> http://www.oyonale.com/ressources/francais/sources07.htm
>
> Thomas
Yes. But isn't Gilles Tran better at everything? Anyhoo, I've just started
mine. I want to make their size more random as well... and the rotation
stuff.
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
"ScottishPig" <dap### [at] yahoocom> schreef in bericht
news:web.42bddde7d4f7968953f8aaab0@news.povray.org...
> "Thomas de Groot" <t.d### [at] internlnet> wrote:
> > Yes, Sonya's is good, and don't forget the macro by Gilles Tran too!!
> > http://www.oyonale.com/ressources/francais/sources07.htm
> >
> > Thomas
>
> Yes. But isn't Gilles Tran better at everything? Anyhoo, I've just started
> mine. I want to make their size more random as well... and the rotation
> stuff.
>
Aahh.... Gilles is the bright star in the distance that we are unable to
reach, despite all our efforts :-)
But he is inspiring, so.... keep on the good work!!
Thomas
Post a reply to this message
|
|
| |
| |
|
|
From: Jörg 'Yadgar' Bleimann
Subject: Re: (First macro) Lots o' books - 100K
Date: 28 Jun 2005 18:12:59
Message: <42c1cb6b@news.povray.org>
|
|
|
| |
| |
|
|
ScottishPig wrote:
>I'm brand new to macros. This is the first one. It creates a stack of
books
>and one can specify where, how many, etc. and everything else is left
up to
>the random number generator.
>
What about applying a small-scale gradient y normal to the page blocks?
See you in Khyberspace!
Yadgar
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |