POV-Ray : Newsgroups : povray.binaries.images : LEGO Library : Re: LEGO Library Server Time
26 Apr 2024 20:23:49 EDT (-0400)
  Re: LEGO Library  
From: Melody
Date: 17 Nov 2019 18:30:01
Message: <web.5dd1d715fd780b3b9da690110@news.povray.org>
"Mr" <mauriceraybaud [at] hotmail dot fr>> wrote:
> Hi, it's shiny and playfull :-) may I ask what pov version was used and how you
> proceeded for  the motion blur? (Ghosting? how many frames? whole scene
> duplicated?) Did you intentionally remove the motorbike's headlight?

2 versions compatible with 3.6 installation
http://news.povray.org/povray.binaries.utilities/message/%3Cweb.5dd0cb2054a09c79da690110%40news.povray.org%3E/#%3Cweb.5
dd0cb2054a09c79da690110%40news.povray.org%3E

not compatible with 3.7 installation (I seem to recall it errored)
#version 3.63 motion blur and stereo camera

or you can download http://megapov.inetart.net/download.html
you will find motion blur in the help file.

#declare propblur = 10;
#declare _mblur = 0;
#declare mblurtype = 1;

global_settings {
  #if (_mblur) motion_blur 6,.1 #end // samples, shutter_time
  #if (propblur) motion_blur 20,1 #end //n samples, shutter_time

#if (propblur) motion_blur { type mblurtype
    object { m_propellor(black_tex) rotate 70*x*clock translate <54, 40.45, -48>
}
  }

#if (_mblur) motion_blur { type mblurtype
                  union {
                    object ..

not intentional. I found the head light after that one. heh
you dont need clock. but the blur will have no direction.
in the propblur example, you see directional blur.
maybe I can put together a working example file for you?
when you have motion blur pov-version running.

I'll watch for questions, dont hesitate,
 ... doesnt this site send emails for replies?


Post a reply to this message


Attachments:
Download 'legopool9.png' (570 KB)

Preview of image 'legopool9.png'
legopool9.png


 

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