POV-Ray : Newsgroups : povray.unofficial.patches : Error trying to use MegaPOV 1.2 post_process : Re: Error trying to use MegaPOV 1.2 post_process Server Time
25 Apr 2024 15:49:01 EDT (-0400)
  Re: Error trying to use MegaPOV 1.2 post_process  
From: ThomasR
Date: 2 Nov 2010 06:30:01
Message: <web.4ccfe7d1453f6bf87b578a710@news.povray.org>
Thanks for the hint !

I was able to reach the next error : the compiler now recognizes the
post_process and the PP_Depth, but it stops in pprocess.inc (which I absolutely
did not modify), in the macro :

#macro _filter_depth(_f_in,_firld_start,_firld_depth)
function{clip(adj_range2(_f_in(u,v),_firld_start,_firld_start+_firld_depth,0,1),0,1)}
#end

The error message is "Parse error, expected 'operand', found vector identifier
instead"

It seems to come from "_f_in(u,v)"

I don't understand what I did wrong. Did I give wrong inputs to PP_Depth ?

I called the function this way :

global_settings{
     post_process{PP_Depth(<0,150,0>,150)}
                }

completely in the end of my scene's code...

Thanks for helping

Thomas


Post a reply to this message

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