POV-Ray : Newsgroups : povray.binaries.images : shiny shiny shiny Server Time
2 Aug 2024 10:22:17 EDT (-0400)
  shiny shiny shiny (Message 21 to 23 of 23)  
<<< Previous 10 Messages Goto Initial 10 Messages
From: alphaQuad
Subject: Re: shiny shiny shiny
Date: 12 Dec 2007 18:45:00
Message: <web.476071481bb4a81efea940f60@news.povray.org>
Alain <ele### [at] netscapenet> wrote:
> Your area_light array is to sparse, giving you those grainy penumbraes.
> The optimum adaptive arrays are: 5*5, 9*9, 17*17, 33*33, 65*65,... This is due
> in the maner that the adaptive process works. The formulae for the optimum array
> size is: 2^n +1 where "n" is at least 1 more than the adaptive value.
> As the surface that receive the shadow is close to the object, you can probably
> use adaptive 0 without problem.
> With adaptive 0, I regularly use arrays of 17*17 or 33*33 with render times only
> slightly longer than with point lights.

Must say, thank you Alain. That explains a great deal and a picture serves
little purpose here.

Real glad that I got keyword lookup working in my compilation. It is imperative
that all reserved words are well understood before proceeding. I should take
month off to read manuals but unlikely that I will. Even if I did I doubt I
would learn this. I read area lights but don't recall such info on optimum
adaptive arrays. Seems to me adaptive 0 would be the fastest possible.

But I am impressed with the effect the HDR light emission. And slightly more
impressed with your knowledge.

Thank you so very much,
aQ


> --
> Alain
> -------------------------------------------------
> EVERYTHING HAS A GENDER
>
> You may not know this but many nonliving things have a gender...
>
> An Hourglass is Female, because over time, the weight shifts to the bottom.


Post a reply to this message

From: Bill Pragnell
Subject: Re: shiny shiny shiny
Date: 13 Dec 2007 05:35:00
Message: <web.476109b11bb4a81e731f01d10@news.povray.org>
"alphaQuad" <alp### [at] earthlinknet> wrote:
> "Bill Pragnell" <bil### [at] hotmailcom> wrote:
> > Here it is:

Nice. My camera def has a square aspect ratio, so your image looks a little
stretched... alter 'right' to suit your resolution, or use a square image!
Looks like I modified that box since making the original images, too :).

> I learned much from that. It is the language of your soul and also the language
> of rapid POV instruction. Is there a reason that "Round_Box_Union" does not
> turn the color of reserved words? Mpov 1.2.1

Yes - it's not a reserved word! It's a macro in shapes.inc. Have a look at the
docs, there are many useful macros and shapes in this file:
http://www.povray.org/documentation/view/3.6.1/468/

Bill


Post a reply to this message

From: Kenneth
Subject: Re: shiny shiny shiny
Date: 14 Dec 2007 21:45:00
Message: <web.47633f6f1bb4a81e78dcad930@news.povray.org>
"sooperFoX" <bon### [at] gmailcom> wrote:

> > "Kenneth" <kdw### [at] earthlinknet> wrote:

> > > Is it possible to apply a HDR image to the inside of a large, hollow sphere in
> > > POV, then use that (with ambient 1) to generate the photons (and reflections in
> > > the glass)?
> >
> > OOPS--sorry. That was a real faux-pas. I was thinking of radiosity.
>
> Hi Ken,
>
> It certainly is possible, that is what I did for the image I posted. ...

Thank you!  That gives me a *much* better understanding of how to use this HDR
process.  Cheers!

Ken


Post a reply to this message

<<< Previous 10 Messages Goto Initial 10 Messages

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