POV-Ray : Newsgroups : povray.newusers : z-buffer or depth buffer : Re: z-buffer or depth buffer Server Time
29 Jul 2024 02:24:03 EDT (-0400)
  Re: z-buffer or depth buffer  
From: liuyang
Date: 15 Feb 2007 05:55:00
Message: <web.45d43adb87ff3c95ac5b49030@news.povray.org>
Thorsten Froehlich <tho### [at] trfde> wrote:
> liuyang wrote:
> > I need the distance of each pixel to the camera in the rendered scene. Is
> > there a way to get it in Pov ray? I am doing an experiment to study the
> > relationship between luminance and distance in natural or simulated world,
> > so it is really important to know the exact distance and pixel
> > relationship. Does the z buffer or depth buffer give me this information?
>
> Yes it does give you this information, but POV-Ray does not use either
> because it is a ray-tracer. The same information is still computed, of
> course, but you would need to modify POV-Ray to extract this information for
> each pixel.
>
>  Thorsten

Thanks, but how to modify Pov-Ray to get it?

Yang


Post a reply to this message

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