Glen Berry <7no### [at] ezwvcom> wrote...
> I was browsing through the MegaPOV 0.4 source code and came across
> "PostCartoonPatch" in the tokenize.c file. It mentions "cartoon" as a
> reserved word. What is this and how is it used?
>
This was a feature I was working on, but didn't finish testing and
debugging. All of the code for it is enclosed in "#ifdef" statements, so
the keyword is not currently reserved. It is a post-processing filter which
is supposed to make the output look cartoonish. I just came up with the
idea one day and wanted to play with it, but I didn't get it done. Maybe
sometime in the future. You can use what I've already done if you recompile
it and add "#define PostCartoonPatch" to frame.h
-Nathan
Post a reply to this message
|