POV-Ray : Newsgroups : povray.newusers : Seeing the texture on the back wall : Re: Seeing the texture on the back wall Server Time
5 Sep 2024 06:18:12 EDT (-0400)
  Re: Seeing the texture on the back wall  
From: Ken
Date: 4 Sep 2001 23:31:50
Message: <3B959D7F.C5A47236@pacbell.net>
Wade wrote:
> 
> "Ken" <tyl### [at] pacbellnet> wrote in message
> news:3B958E42.2C8A312C@pacbell.net...
> >
> >
> > Wade wrote:
> > >
> > > How do I make the texture visible on the back wall (the one that is
> facing
> > > the camera)?  I see only black.
> >
> > Example ?
> >
> > --
> > Ken Tyler
> 
> oops here's my code:

Your camera is in the +z direction and your light source is in the
-z direction, on the other side of the wall. Change your lightsource
to a location on the same side of the box and it will appear as it
should -

light_source {
 0*x
 color White
 area_light
 <8,0,0> <0,0,8>
 4, 4
 adaptive 0
 jitter
 translate <40,80,40>
}



-- 
Ken Tyler


Post a reply to this message

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