Motion blur (a bit)

This commit is contained in:
Steven Robertson
2011-05-01 09:53:36 -04:00
parent a7900f187d
commit a43973f0ff
2 changed files with 21 additions and 7 deletions

View File

@ -32,7 +32,7 @@ def main(args):
with open(args[-1]) as fp:
genomes = Genome.from_string(fp.read())
anim = Animation(genomes)
accum, den = silly(anim.features, genomes[0])
accum, den = silly(anim.features, genomes)
if False:
bins = anim.render_frame()