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