POV-Ray : Newsgroups : povray.general : Sequence of images but not animation : Re: Sequence of images but not animation Server Time
30 Jul 2024 08:21:51 EDT (-0400)
  Re: Sequence of images but not animation  
From: Warp
Date: 18 Jun 2009 16:33:14
Message: <4a3aa48a@news.povray.org>
clipka <nomail@nomail> wrote:
> > mesh00000.inc
> > mesh00001.inc
> > mesh00002.inc

>   #local MyFrameNumberStr = substr(str(100000+frame_number,0,0),2,5);

  That's a rather contrived way of doing it. There's a simpler way:

#include concat("mesh", str(frame_number, -5, 0), ".inc")

-- 
                                                          - Warp


Post a reply to this message

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