POV-Ray : Newsgroups : povray.unofficial.patches : Error trying to use MegaPOV 1.2 post_process : Error trying to use MegaPOV 1.2 post_process Server Time
26 Jul 2024 20:08:18 EDT (-0400)
  Error trying to use MegaPOV 1.2 post_process  
From: ThomasR
Date: 29 Oct 2010 05:25:01
Message: <web.4cca9278338c34b17b578a710@news.povray.org>
Hi all,

I'm trying to use megapov post_process in order to create a Depth image.

I already struggled to get megapov running on a simple povray scene, had to copy
inc files in the good directory and stuff.

The problem I am experimenting now is the following :

I added to my scene the code :

#version unofficial MegaPOV 1.2;
#include "pprocess.inc"

in the beginning, and then in the end :

post_process{PP_Depth(pdV,150)}

When I run it, i get an error message :

"Parse Error: Expected 'object or directive', post_process found instead"

How do I get post_process recognize ??? Did I forget to include something ? Or
is my declaration of megapov version wrong ?

Thanks for helping,

Thomas


Post a reply to this message

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