POV-Ray : Newsgroups : povray.binaries.programming : My idea: Developers need tips! Help me, please! : Re: My idea: Developers need tips! Help me, please! Server Time
7 May 2024 17:47:36 EDT (-0400)
  Re: My idea: Developers need tips! Help me, please!  
From: LanuHum
Date: 30 Oct 2016 05:30:00
Message: <web.5815bd4b397eea9f7a3e03fe0@news.povray.org>
"LanuHum" <Lan### [at] yandexru> wrote:
> "LanuHum" <Lan### [at] yandexru> wrote:
> > Thanks! I am trying to understand.
>
>
> I looked neither to! (I have not looked back!)
> Will it work?
>
> 6775:   CASE (OBJECT_TOKEN)
>             Parse_Begin ();
>             Object = Parse_Object ();
>             if (!Object)
>                 addBlenderObject(Token.Token_String);
>             Object = Parse_Object ();
>             if (!Object)
>                 Expectation_Error ("object");
>             Object = Parse_Object_Mods (reinterpret_cast<ObjectPtr>(Object));
>             EXIT
>         END_CASE

 6775:   CASE (OBJECT_TOKEN)
             Parse_Begin ();
             Object = Parse_Object ();
             if (!Object)
                 bool add = addBlenderObject(Token.Token_String);
             if (!add)
                 Expectation_Error ("object");
             Object = Parse_Object_Mods (reinterpret_cast<ObjectPtr>(Object));
             EXIT
         END_CASE


Post a reply to this message

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