|
|
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
|
|