POV-Ray : Newsgroups : povray.general : Render frames backwards : Re: Render frames backwards Server Time
5 Aug 2024 12:13:56 EDT (-0400)
  Re: Render frames backwards  
From: Warp
Date: 16 Nov 2002 03:47:23
Message: <3dd6061b@news.povray.org>
Johannes Dahlstrom <sad### [at] tkukoulufi> wrote:
> Hmm... Wouldn't that be quite easy if the computers were connected through 
> a LAN and shared a directory? Each instance could just write the number of 
> the frame they are rendering to their own file and then check the other 
> instance's file if the frame number is same?

  That still leaves the problem that they *might* start rendering the
same frame when they meet. Of course this is extremely improbable (perhaps
one possibility in millions) so in practice it's not a problem.

  An easier solution would be to simply check if the image file which the
process is going to render next already exists (file_exists()).

-- 
#macro M(A,N,D,L)plane{-z,-9pigment{mandel L*9translate N color_map{[0rgb x]
[1rgb 9]}scale<D,D*3D>*1e3}rotate y*A*8}#end M(-3<1.206434.28623>70,7)M(
-1<.7438.1795>1,20)M(1<.77595.13699>30,20)M(3<.75923.07145>80,99)// - Warp -


Post a reply to this message

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