POV-Ray : Newsgroups : povray.unofficial.patches : PostCartoonPatch ? Server Time
2 Sep 2024 12:16:10 EDT (-0400)
  PostCartoonPatch ? (Message 1 to 4 of 4)  
From: Glen Berry
Subject: PostCartoonPatch ?
Date: 2 Feb 2000 04:28:28
Message: <jveXOCHmA10eVStCKTja1A0feyJp@4ax.com>
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?

thanks,
Glen Berry


Post a reply to this message

From: Nieminen Juha
Subject: Re: PostCartoonPatch ?
Date: 2 Feb 2000 05:00:56
Message: <38980058@news.povray.org>
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?

  If a keyword is reserved it doesn't mean it's functional already. It might
be an idea to be implemented in the future.

-- 
main(i,_){for(_?--i,main(i+2,"FhhQHFIJD|FQTITFN]zRFHhhTBFHhhTBFysdB"[i]
):5;i&&_>1;printf("%s",_-70?_&1?"[]":" ":(_=0,"\n")),_/=2);} /*- Warp -*/


Post a reply to this message

From: Glen Berry
Subject: Re: PostCartoonPatch ?
Date: 2 Feb 2000 05:57:24
Message: <vQuYOAAylUPbu6y=Ylj+TgpjK2YT@4ax.com>
On 2 Feb 2000 05:00:56 -0500, Nieminen Juha
<war### [at] punarastascstutfi> wrote:

>  If a keyword is reserved it doesn't mean it's functional already. It might
>be an idea to be implemented in the future.

That much I understand. Can anyone confirm whether this function is
implemented in MegaPOV 0.4? Is there an easy way to find out myself in
the future? I suppose enough digging through the source would tell me,
but I'm not sure where to look. I'm not used to reading POV source
code. I was just looking through the reserved words recently, because
I like to specially color code the unofficial commands and parameters
in my editor. 

later,
Glen Berry


Post a reply to this message

From: Nathan Kopp
Subject: Re: PostCartoonPatch ?
Date: 2 Feb 2000 08:09:34
Message: <38982c8e@news.povray.org>
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

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