POV-Ray : Newsgroups : povray.newusers : X-ray image (translucent screen) : Re: X-ray image (translucent screen) Server Time
14 May 2024 15:04:55 EDT (-0400)
  Re: X-ray image (translucent screen)  
From: Fractracer
Date: 16 Aug 2013 04:25:01
Message: <web.520de0f0109ea600da87b1b90@news.povray.org>
"Iodine" <nomail@nomail> wrote:
> If the camera is moved to the otherside of the floor then nothing can be seen, I
> do not see how the double_illuminate will work based on the description I have
> seen of it

Hello, you have to modify the plane object like this:
  plane {
    y, -1
    texture { Floor_Texture }
    double_illuminate
}
If you want to see your others objects you should add transparence in color of
the plane (ex: color rgbf <0.5,0.5,0.5,1> rather than color White)


Post a reply to this message

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