POV-Ray : Newsgroups : povray.general : comet effect by translate? Server Time
19 Apr 2024 22:07:42 EDT (-0400)
  comet effect by translate? (Message 1 to 10 of 12)  
Goto Latest 10 Messages Next 2 Messages >>>
From: Kima
Subject: comet effect by translate?
Date: 26 May 2018 10:10:00
Message: <web.5b096a17747d6b9c3ce674f0@news.povray.org>
There are some examples in this newsgroup for building a comet composed of a
head and tail.

It is possible (in vector programs, for instance) to create a sense of moving by
creating a series of the same object in which the tail is blurry.

I wonder if there is such possibility to gradually translate (and reduce the
scale) an object and make blurry effects for the tail?

For this, blur should be something like that in vector programs rather than the
focal blur of povray.


Post a reply to this message

From: Kima
Subject: Re: comet effect by translate?
Date: 26 May 2018 10:20:00
Message: <web.5b096c4ac08c48213ce674f0@news.povray.org>
"Kima" <nomail@nomail> wrote:
> There are some examples in this newsgroup for building a comet composed of a
> head and tail.
>
> It is possible (in vector programs, for instance) to create a sense of moving by
> creating a series of the same object in which the tail is blurry.
>
> I wonder if there is such possibility to gradually translate (and reduce the
> scale) an object and make blurry effects for the tail?
>
> For this, blur should be something like that in vector programs rather than the
> focal blur of povray.


I thought it might be useful to provide some examples (sorry, I still cannot
attach here).

Motion blue in photoshop
https://pe-images.s3.amazonaws.com/photo-effects/motion-blur/photoshop-motion-blur-effect.jpg
https://direct.daz3d.com/forums/uploads/thumbnails/FileUpload/38/abd42aaffe027eb9808640e7945817.jpg

The tail can be as long as
https://direct.daz3d.com/forums/uploads/thumbnails/FileUpload/a6/28e5e6302506fd90e05b20eff75921.jpg
https://neilvn.com/tangents/images/flash/flash-sync-rear.jpg


Post a reply to this message

From: Bald Eagle
Subject: Re: comet effect by translate?
Date: 26 May 2018 11:40:01
Message: <web.5b097ef5c08c482110874a080@news.povray.org>
Well,

You could use media, with a diminishing density toward the end of the tail,

define a macro that progressively scatters actual spheres as a function of the
distance from the head,

define a solid object that's textured with a gradient pattern, and a color map
that fades to fully transparent,

etc.

For the running figures, a naive but quick approach would be to iterate objects
to the side and slightly backwards, with a progressively increasing
transparency.

You could do the motion-line effect by sampling the [average] color at the
figure with eval_pigment, and then creating fading cylinders, rounded boxes,
etc.


Post a reply to this message

From: Stephen
Subject: Re: comet effect by translate?
Date: 26 May 2018 12:07:31
Message: <5b098643$1@news.povray.org>
On 26/05/2018 16:36, Bald Eagle wrote:
> For the running figures, a naive but quick approach would be to iterate objects
> to the side and slightly backwards, with a progressively increasing
> transparency.

That reminds me of a technique posted here some time ago. Which was to 
make a short animation with the figure moving and averaging/combining 
the images into one. I am sorry but I can't remember the details.

-- 

Regards
     Stephen


Post a reply to this message

From: Alain
Subject: Re: comet effect by translate?
Date: 26 May 2018 12:32:37
Message: <5b098c25$1@news.povray.org>
Le 18-05-26 à 10:07, Kima a écrit :
> There are some examples in this newsgroup for building a comet composed of a
> head and tail.
> 
> It is possible (in vector programs, for instance) to create a sense of moving by
> creating a series of the same object in which the tail is blurry.
> 
> I wonder if there is such possibility to gradually translate (and reduce the
> scale) an object and make blurry effects for the tail?
> 
> For this, blur should be something like that in vector programs rather than the
> focal blur of povray.
> 
> 

There is an experimental feature called blink that can be used when you 
run UberPov.

That feature allow you to make any object, light and even the camera act 
as if they are moving or not present all the time.
That feature effectively place several copies of the object and average 
them. Those can be stationary to make ghostly objects. They can have 
some path to make them blurry as if they are moving.

This have the advantage that any internal structure don't affect the 
image as they would if you use transparency.


Post a reply to this message

From: Thomas de Groot
Subject: Re: comet effect by translate?
Date: 27 May 2018 02:49:53
Message: <5b0a5511$1@news.povray.org>
On 26-5-2018 18:07, Stephen wrote:
> On 26/05/2018 16:36, Bald Eagle wrote:
>> For the running figures, a naive but quick approach would be to 
>> iterate objects
>> to the side and slightly backwards, with a progressively increasing
>> transparency.
> 
> That reminds me of a technique posted here some time ago. Which was to 
> make a short animation with the figure moving and averaging/combining 
> the images into one. I am sorry but I can't remember the details.
> 

That is currently available as 'blink' in the UberPOV version of 
POV-Ray. It is one of the experimental patches. In the past, it existed 
in pre-3.7 iirc.

-- 
Thomas


Post a reply to this message

From: Stephen
Subject: Re: comet effect by translate?
Date: 27 May 2018 04:01:50
Message: <5b0a65ee$1@news.povray.org>
On 27/05/2018 07:49, Thomas de Groot wrote:
> On 26-5-2018 18:07, Stephen wrote:
>> On 26/05/2018 16:36, Bald Eagle wrote:
>>> For the running figures, a naive but quick approach would be to 
>>> iterate objects
>>> to the side and slightly backwards, with a progressively increasing
>>> transparency.
>>
>> That reminds me of a technique posted here some time ago. Which was to 
>> make a short animation with the figure moving and averaging/combining 
>> the images into one. I am sorry but I can't remember the details.
>>
> 
> That is currently available as 'blink' in the UberPOV version of 
> POV-Ray. It is one of the experimental patches. In the past, it existed 
> in pre-3.7 iirc.
> 


Alain mentioned blink but I did not know the technique was a feature of 
UberPOV. Nice. :-)

-- 

Regards
     Stephen


Post a reply to this message

From: clipka
Subject: Re: comet effect by translate?
Date: 27 May 2018 04:12:30
Message: <5b0a686e$1@news.povray.org>
Am 27.05.2018 um 08:49 schrieb Thomas de Groot:

> That is currently available as 'blink' in the UberPOV version of
> POV-Ray. It is one of the experimental patches. In the past, it existed
> in pre-3.7 iirc.

I think MegaPOV had a motion blur patch. Official POV-Ray? Not as far as
I know.


Post a reply to this message

From: Thomas de Groot
Subject: Re: comet effect by translate?
Date: 27 May 2018 07:06:02
Message: <5b0a911a@news.povray.org>
On 27-5-2018 10:12, clipka wrote:
> Am 27.05.2018 um 08:49 schrieb Thomas de Groot:
> 
>> That is currently available as 'blink' in the UberPOV version of
>> POV-Ray. It is one of the experimental patches. In the past, it existed
>> in pre-3.7 iirc.
> 
> I think MegaPOV had a motion blur patch. Official POV-Ray? Not as far as
> I know.
> 

I stand corrected. It was MegaPOV indeed.

-- 
Thomas


Post a reply to this message

From: William F Pokorny
Subject: Re: comet effect by translate?
Date: 27 May 2018 08:23:11
Message: <5b0aa32f$1@news.povray.org>
On 05/26/2018 10:07 AM, Kima wrote:
> There are some examples in this newsgroup for building a comet composed of a
> head and tail.
> 
> It is possible (in vector programs, for instance) to create a sense of moving by
> creating a series of the same object in which the tail is blurry.
> 
> I wonder if there is such possibility to gradually translate (and reduce the
> scale) an object and make blurry effects for the tail?
> 
> For this, blur should be something like that in vector programs rather than the
> focal blur of povray.
> 
> 

For a comet I'd probably first try a media solution.

I played some with a blob based, 2D image processing framework in early 
2016 which might do for a 2D motion blur effect(1). See:

http://news.povray.org/povray.binaries.images/thread/%3C56ca69e1%40news.povray.org%3E

POV-Ray can duplicate pretty much any 2D gimp/photshop result. However, 
given it's a 3D rendering tool and so carries extra overhead - it's 
almost always slower than a 2D/2.5D alternative. A way of saying a 2D, 
layer based, image tool might be the expedient path - especially if it 
already has the canned effect you want.

Some have implemented motion blur by blending multiple images from an 
animation of the moving parts into a single final image. This can be 
done entirely with POV-Ray today though not in a single render. 


Bill P.

(1) - A comet is a moving object where you don't need the associated 
blurred shadows, reflections, an uberpov 'blink' like feature offers.


Post a reply to this message

Goto Latest 10 Messages Next 2 Messages >>>

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