POV-Ray : Newsgroups : povray.unofficial.patches : MegaPov's Depth Map : Re: MegaPov's Depth Map Server Time
19 Apr 2024 21:09:56 EDT (-0400)
  Re: MegaPov's Depth Map  
From: Warp
Date: 27 May 2013 18:33:52
Message: <51a3df50@news.povray.org>
VSector <nomail@nomail> wrote:
> <code>
> #include "colors.inc"
> #include "textures.inc"
> camera {
>  location <0,0,0>
>  look_at <0,0,1>
> }
> global_settings {
>  ambient_light rgb <10, 10, 10>
> }
> fog {
>  distance 10
>  color rgb<1,1,1>

> }
> plane {
>  <1,0,1>, 8
> }

> plane {
>  <-1,0,1>, 8
> }
> </code>

> I get only a black image.

I haven't tested, but you seem to have two black planes right in front
of the camera, so it's no surprise that all you get is a black image...

-- 
                                                          - Warp


Post a reply to this message

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