POV-Ray : Newsgroups : povray.animations : Motion blur : Re: Motion blur Server Time
28 Jul 2024 12:32:10 EDT (-0400)
  Re: Motion blur  
From: Warp
Date: 10 Jun 2000 15:03:18
Message: <394290f5@news.povray.org>
Simon Lemieux <lem### [at] yahoocom> wrote:
: Hi,
: 	I was wondering if it was possible with Povray 3.1 (under linux) to make motion
: blurred animations?

  Use MegaPov. It has a wonderful support for motion blur for either stills
and specially for animations (it can be made to automatically calculate the
amount of motion blur according to the transformations of the object from
frame to frame).
  Basically you write just this:

global_settings { motion_blur 10, clock_delta }

motion_blur
{ MyObject
  <transform object here using 'clock'>
}

  The value '10' above is the number of samples to be taken (basically),
decrease for speed, increase for quality. The second value (after that '10')
could be any value but setting it to 'clock_delta' makes it to calculate
the exact distance between frame to frame.

-- 
main(i,_){for(_?--i,main(i+2,"FhhQHFIJD|FQTITFN]zRFHhhTBFHhhTBFysdB"[i]
):5;i&&_>1;printf("%s",_-70?_&1?"[]":" ":(_=0,"\n")),_/=2);} /*- Warp -*/


Post a reply to this message

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