POV-Ray : Newsgroups : povray.unofficial.patches : Stereoscopic camera patch : Re: Stereoscopic camera patch Server Time
27 Apr 2024 16:07:12 EDT (-0400)
  Re: Stereoscopic camera patch  
From: alphaQuad
Date: 7 Jan 2008 20:45:00
Message: <web.4782d4773835376edb67f4fb0@news.povray.org>
previous patch was 4 files, not one of render.cpp

moving on now to:

source files patch of 3.6 to 3.6.1
 <web.4782d1ed9870e68fdb67f4fb0@news.povray.org>

did everything but the povproto.h removal. it compiles and runs.

why is this loop needed?


--- tokenize.cpp Sun Jul 18 05:16:28 2004
+++ tokenize.cpp Mon Aug 02 18:11:38 2004
IN: void Terminate_Tokenizer()



+    for(int i = 0; i <= CS_Index; i++)
+    {
+      if((Cond_Stack[i].Cond_Type == INVOKING_MACRO_COND) &&
(Cond_Stack[i].Macro_Same_Flag == false))
+        delete Cond_Stack[i].Macro_File;
+    }


Post a reply to this message

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