POV-Ray : Newsgroups : povray.general : Efficient Motion Blur : Re: Efficient Motion Blur Server Time
8 Aug 2024 20:20:45 EDT (-0400)
  Re: Efficient Motion Blur  
From: Chris Huff
Date: 18 Oct 2000 17:35:10
Message: <chrishuff-1728ED.16375618102000@news.povray.org>
In article <39edbc6b@news.povray.org>, "Tony[B]" 
<ben### [at] panamac-comnet> wrote:

> Doesn't work for me... MegaPOV just stops. If I use 1 instead of
> clock_delta*... it's happy.

Sounds like a bug...what version are you using? The latest is 0.6a.
Have you tried something like this?

#declare Delta = clock_delta*(1-1/SAMPLES);
global_settings {motion_blur SAMPLES, Delta}

or this?
#declare Delta = clock_delta;
global_settings {motion_blur SAMPLES, Delta*(1-1/SAMPLES)}

-- 
Christopher James Huff
Personal: chr### [at] maccom, http://homepage.mac.com/chrishuff/
TAG: chr### [at] tagpovrayorg, http://tag.povray.org/

<><


Post a reply to this message

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