POV-Ray : Newsgroups : povray.binaries.programming : post_process filters source code - filters.zip (1/1) : Re: post_process filters source code - filters.zip (1/1) - filters.sit (1/1= Server Time
23 Apr 2024 09:13:10 EDT (-0400)
  Re: post_process filters source code - filters.zip (1/1) - filters.sit (1/1=  
From: CAS
Date: 27 Oct 2014 05:45:07
Message: <web.544e131b654020e6a92a3a00@news.povray.org>
Chris Huff <chr### [at] yahoocom> wrote:
> Due to problems with the .zip version, here is the .sit version. If you
> don't have StuffIt Expander, you can get it here:
> http://www.aladdinsys.com/expander/expander_win_login.html
>
> --
> Christopher James Huff - Personal e-mail: chr### [at] yahoocom
> TAG(Technical Assistance Group) e-mail: chr### [at] tagpovrayorg
> Personal Web page: http://chrishuff.dhs.org/
> TAG Web page: http://tag.povray.org/

Dear Christopher James Huff,I want to consult a question:
I want to output the intersection point I(x,y,z) in x(ix,iy), y(ix,iy) and
z(ix,iy) as an ancillary image.I only find the function of PP_Depth in
"pprocess.inc" ,and I did not find the function of output the intersection point
I(x,y,z).Can you give me an example about output the intersection point or offer
an advice? So sorry to disturb you. Expecting you reply.
#version unofficial MegaPov 1.1;

#include "pprocess.inc"


  assumed_gamma 1.0

  post_process{

    PP_Depth(DepthMin,DepthMax)

    save_file concat("pp_",output_filename(0))

  }



Regards


Post a reply to this message

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