POV-Ray : Newsgroups : povray.general : Depth map without hacks : Re: Depth map without hacks Server Time
2 Aug 2024 06:19:54 EDT (-0400)
  Re: Depth map without hacks  
From: Mike Williams
Date: 31 Dec 2004 08:14:12
Message: <BipDHLAPCV1BFwFJ@econym.demon.co.uk>
Wasn't it nfm who wrote:
>Is this possible in POVRAY? A map with the depth of each pixel in the image,
>without the need of altering the input file like texture and light
>deletion, z-gradients etc. Thanks!

You need to use MEGAPov 1.1 rather than official POVRay. There's a post
processing facility which does it. 

Take a copy of the supplied example file postproc\depth.pov, then make
the following changes:

1. Replace the line that says #include "ppcontent.inc" with one that 
   #includes your original scene file.

2. Set the DepthMin and DepthMax values appropriately for your scene, so 
   that the distances from the camera to the objects you are interested 
   in lie between these values.

Do not make any changes to your original scene file.

This will render your scene in the normal way but then also output a
depth postprocessed version.

-- 
Mike Williams
Gentleman of Leisure


Post a reply to this message

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