POV-Ray : Newsgroups : povray.binaries.animations : Clownfish : Re: Clownfish Server Time
20 Jul 2024 15:33:00 EDT (-0400)
  Re: Clownfish  
From: Mike
Date: 3 Aug 2000 09:55:33
Message: <398979DF.15B45A4@aol.com>
I exported 60 files in native .pov format in the form of bicubic
patches.  It uses about 1kb per patch, so this model came out to be
about 300kb per file.  Then I load the include files into a master scene
using:

#declare CURRENT_FRAME = clock;

#include concat("wiggle",str(CURRENT_FRAME,0,0) )

The include file was named wiggle.inc and numbered sequentially.  The
Final_Frame is the same as Final_Clock in the ini file.

-Mike


Post a reply to this message

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