|
|
|
|
|
|
| |
| |
|
|
|
|
| |
| |
|
|
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'
|
|
| |
| |
|
|
|
|
| |
| |
|
|
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
|
|
| |
| |
|
|
|
|
| |
| |
|
|
"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
|
|
| |
| |
|
|
|
|
| |
| |
|
|
"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'
|
|
| |
| |
|
|
|
|
| |
| |
|
|
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
|
|
| |
| |
|
|
|
|
| |
|
|