POV-Ray : Newsgroups : povray.binaries.animations : shortest code contest : Re: shortest code contest Server Time
20 Jul 2024 11:19:46 EDT (-0400)
  Re: shortest code contest  
From: Wlodzimierz ABX Skiba
Date: 31 Jan 2001 13:14:14
Message: <3a7855f6@news.povray.org>
Wlodzimierz ABX Skiba wrote in message <3a785356@news.povray.org>...
> there were some posts in p.b.i about shortest code for achive something. here
is
> my entry with shortest code for animation of counter. code available in answer
> to this post.


#version unofficial megapov
0.6;$c=clock;$d=clock_delta;global_settings{motion_blur 9,4*d}background{color
1}camera{location -2*z}motion_blur{text{ttf"arial.ttf"str(frame_number-(clock-c)
/d,0,0).01 0}}

it is done with megapov
it should works fine for any valid setting of initial clock/frame final and
clock/frame
it could be even shorter after renaming of font file and after recompilation
with shorter tokens :-)

ABX


Post a reply to this message

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