|
|
|
|
|
|
| |
| |
|
|
|
|
| |
| |
|
|
allright, i created a box, gave it a finish{ reflection 1 } and pointed a
spotlight at it. but when i traced it, even in MEGE POV, thers no light
reflecting off the box onto the plane the box is sitting on. it reflects
everything else, but the area which is supposto be lighted with reflected
light is still dark.
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
DreyWerx wrote:
>
> allright, i created a box, gave it a finish{ reflection 1 } and pointed a
> spotlight at it. but when i traced it, even in MEGE POV, thers no light
> reflecting off the box onto the plane the box is sitting on. it reflects
> everything else, but the area which is supposto be lighted with reflected
> light is still dark.
If you are in fact using MegaPov then you need to enable photons for
the reflecting object. You will need to also specify "reflection_on"
in combination with the photon mapping feature.
--
Ken Tyler - 1400+ POV-Ray, Graphics, 3D Rendering, and Raytracing Links:
http://home.pacbell.net/tylereng/index.html http://www.povray.org/links/
Post a reply to this message
|
|
| |
| |
|
|
From: Bob H
Subject: Re: siplme retarded newbie question about reflections.
Date: 19 Nov 2000 02:53:36
Message: <3a178700@news.povray.org>
|
|
|
| |
| |
|
|
"Ken" <tyl### [at] pacbellnet> wrote in message news:3A174C6F.C5BA94C8@pacbell.net...
>
> DreyWerx wrote:
> >
> > allright, i created a box, gave it a finish{ reflection 1 } and pointed a
> > spotlight at it. but when i traced it, even in MEGE POV, thers no light
> > reflecting off the box onto the plane the box is sitting on. it reflects
> > everything else, but the area which is supposto be lighted with reflected
> > light is still dark.
>
> If you are in fact using MegaPov then you need to enable photons for
> the reflecting object. You will need to also specify "reflection_on"
> in combination with the photon mapping feature.
Well, reflection on, without the underscore, to be exact. Unless I've missed out on a
change.
Furthermore you need the keyword target in the photon block of the reflective object
you want the light to
bounce off of. At least in my knowledge that is the case.
The HTML (or other form) help file for MegaPOV is a great resource anyhow.
Bob
Post a reply to this message
|
|
| |
| |
|
|
From: Warp
Subject: Re: siplme retarded newbie question about reflections.
Date: 20 Nov 2000 05:33:58
Message: <3a18fe16@news.povray.org>
|
|
|
| |
| |
|
|
More exactly:
global_settings { photons { count 10000 } } // or higher
...
box
{ whatever
photons { target reflection on }
}
--
main(i,_){for(_?--i,main(i+2,"FhhQHFIJD|FQTITFN]zRFHhhTBFHhhTBFysdB"[i]
):_;i&&_>1;printf("%s",_-70?_&1?"[]":" ":(_=0,"\n")),_/=2);} /*- Warp -*/
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
|
|