POV-Ray : Newsgroups : povray.newusers : How to crash povray? : Re: How to crash povray? Server Time
28 Jul 2024 14:32:01 EDT (-0400)
  Re: How to crash povray?  
From: Warp
Date: 22 Aug 2008 09:52:27
Message: <48aec49b@news.povray.org>
gregjohn <pte### [at] yahoocom> wrote:
> Ironically, this sentence gives me the advice I needed.  The problem is that the
> set of images which I wished to ignore were also the ones that rendered
> extremely slowly. And my #if() predicts the render speed.  I could simply put a
> black object in front of the camera when #if() is meet, and meet at least half
> of my objectives.

  Wouldn't it be much easier to do this:

#if(condition)
  #include "TheActualSceneFile.pov"
#end

  Then render this scene instead of TheActualSceneFile.pov.

-- 
                                                          - Warp


Post a reply to this message

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