POV-Ray : Newsgroups : povray.binaries.images : Reflection problem. Server Time
16 Aug 2024 20:23:51 EDT (-0400)
  Reflection problem. (Message 1 to 5 of 5)  
From: Nekar Xenos
Subject: Reflection problem.
Date: 10 Dec 2001 02:30:38
Message: <3c14649e@news.povray.org>
Is this a bug or am I missing something? The bottom of the "J" reflects the sky
sphere but everything is enclosed in a box. If I get rid of the sky-sphere it
reflects black. This should just reflect the box texture.

The source is posted to povray.binaries.scene-files.

Any help will be appreciated.

Thanks.

--
- Nekar

http://nekar_xenos.tripod.com/metanoia/



---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.298 / Virus Database: 161 - Release Date: 2001/11/13


Post a reply to this message


Attachments:
Download 'J-Print 2.jpg' (44 KB)

Preview of image 'J-Print 2.jpg'
J-Print 2.jpg


 

From: bob h
Subject: Re: Reflection problem.
Date: 10 Dec 2001 03:29:48
Message: <3c14727c@news.povray.org>
It is the box, indirectly.  It's where the box ends in the reflection
apparently, as you can see better by using:

box { <-1000,-1000,-1000>, <1000,1000,0>
 clipped_by {plane {-z,100}}

You'll have to scale it or move it differently, possibly like:

box { <-1000,-1000,-1000>, <1000,100,0>

--
text{ttf"arial","bob h",.1,0pigment{rgb 9}translate<-1,-.2,3>}

"Nekar Xenos" <j-p### [at] citywalkcoza> wrote in message
news:3c14649e@news.povray.org...
> Is this a bug or am I missing something? The bottom of the "J" reflects
the sky
> sphere but everything is enclosed in a box. If I get rid of the sky-sphere
it
> reflects black. This should just reflect the box texture.
>
> The source is posted to povray.binaries.scene-files.
>
> Any help will be appreciated.
>
> Thanks.
>
> --
> - Nekar
>
> http://nekar_xenos.tripod.com/metanoia/
>
>
>
> ---
> Outgoing mail is certified Virus Free.
> Checked by AVG anti-virus system (http://www.grisoft.com).
> Version: 6.0.298 / Virus Database: 161 - Release Date: 2001/11/13
>
>
>


Post a reply to this message

From: Nekar Xenos
Subject: Re: Reflection problem.
Date: 10 Dec 2001 10:22:49
Message: <3c14d349@news.povray.org>
"bob h" <omn### [at] charternet> wrote in message
news:3c14727c@news.povray.org...
> It is the box, indirectly.  It's where the box ends in the reflection
> apparently, as you can see better by using:
>
> box { <-1000,-1000,-1000>, <1000,1000,0>
>  clipped_by {plane {-z,100}}

I'm not sure what you mean here.

>
> You'll have to scale it or move it differently, possibly like:
>
> box { <-1000,-1000,-1000>, <1000,100,0>
>

Sorry that didn't help.

Any other ideas anyone?

--
- Nekar

http://nekar_xenos.tripod.com/metanoia/

> >
> >
> >
> > ---
> > Outgoing mail is certified Virus Free.
> > Checked by AVG anti-virus system (http://www.grisoft.com).
> > Version: 6.0.298 / Virus Database: 161 - Release Date: 2001/11/13
> >
> >
> >
>
>


---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.298 / Virus Database: 161 - Release Date: 2001/11/13


Post a reply to this message

From: bob h
Subject: Re: Reflection problem.
Date: 10 Dec 2001 14:55:55
Message: <3c15134b@news.povray.org>
"Nekar Xenos" <j-p### [at] citywalkcoza> wrote in message
news:3c14d349@news.povray.org...
>
> "bob h" <omn### [at] charternet> wrote in message
> news:3c14727c@news.povray.org...
> > It is the box, indirectly.  It's where the box ends in the reflection
> > apparently, as you can see better by using:
> >
> > box { <-1000,-1000,-1000>, <1000,1000,0>
> >  clipped_by {plane {-z,100}}
>
> I'm not sure what you mean here.

I was clipping off the box after moving it to the -z side so that lights and
camera were still able to see the scene ok.

> > You'll have to scale it or move it differently, possibly like:
> >
> > box { <-1000,-1000,-1000>, <1000,100,0>
>
> Sorry that didn't help.

Note that I commented out the clipped_by when using that, as well as upped
the max_trace_level to 10, whether or not that made any difference.
Image attached shows how "J" looks as I had seen it, not sure what is
acceptable to you but it looked passable to me.
--
text{ttf"arial","bob h",.1,0pigment{rgb 9}translate<-1,-.2,3>}


Post a reply to this message


Attachments:
Download 'J-Print_ok.jpg' (15 KB)

Preview of image 'J-Print_ok.jpg'
J-Print_ok.jpg


 

From: Nekar Xenos
Subject: Re: Reflection problem.
Date: 11 Dec 2001 01:16:00
Message: <3c15a4a0@news.povray.org>
My apologies for taking you on a wild goose chase, Bob. I wanted the scene
inside the box. I just fixed the z co-ordinates of the box to -1000 and
everything was fine.

I think I need more sleep...

--
- Nekar

http://nekar_xenos.tripod.com/metanoia/



---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.298 / Virus Database: 161 - Release Date: 2001/11/13


Post a reply to this message

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