POV-Ray : Newsgroups : povray.newusers : Parsing Q : Re: Parsing Q Server Time
29 Jul 2024 06:22:22 EDT (-0400)
  Re: Parsing Q  
From: M a r c
Date: 28 May 2006 14:12:44
Message: <4479e81c$1@news.povray.org>

news:4479e441$1@news.povray.org...
> I'm preparing to do a high quality render of an animation I've setup.
> Because of the large size of the animation (15,800 frames, 720x480) I'm
> looking for any way to improve rendering speed.  The animation is
> divided into 22 "scenes", each one of which is regulated using if
> statements.  I was wondering if the material between the #if and #end
> portions of a scene are still parsed if the #if statement is false.  Or,
> in other words, if it would be faster to delete or comment out portions
> of the animation not being used in the current round of rendering.
>
> Bryan
According to the documentation, the portion between #if and #end is skipped
if the condition is false

http://www.povray.org/documentation/view/3.6.1/241/


Marc


Post a reply to this message

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