POV-Ray : Newsgroups : povray.newusers : Blur Light Effects In Pov-Ray ? Server Time
4 Sep 2024 16:15:53 EDT (-0400)
  Blur Light Effects In Pov-Ray ? (Message 1 to 3 of 3)  
From: Mahesh TD
Subject: Blur Light Effects In Pov-Ray ?
Date: 3 Oct 2002 08:56:42
Message: <3d9c3e8a@news.povray.org>
Hi :-

I recently created an image in povray, a nebula type image of the orion
galaxy. In photoshop one of the filters allows you to radial blur an image.
Is there a way to create a radial blur similar to that in photoshop except
this time i would only be using Pov-Ray. And out of this nebula i would like
to create streaming light rays for this final effect, would i have to use
media for this and there aren't any tutorials on media in the pov-ray help
file. Is it possible to do this?

Thanks in advance :-)


Post a reply to this message

From: Tom Melly
Subject: Re: Blur Light Effects In Pov-Ray ?
Date: 3 Oct 2002 10:42:39
Message: <3d9c575f$1@news.povray.org>
"Mahesh TD" <mmd### [at] yahoocom> wrote in message
news:3d9c3e8a@news.povray.org...

<snip>

Might be an idea to post your original image and the post-proc. image to
binaries.images so we can see exactly what you're after.

As for the media, you'll need to use scattering media - something like:

media{
  method 3
  intervals 10
  samples 3,10
  scattering {1,0.025 extinction 1}
}

If it's too thick, reduce the 0.025 value; too thin, increase it.

Try and constrain the media to the area you want the rays to be visible in, by
placing it in a transparent container, rather than using global media, which is
'orribly slow.


Post a reply to this message

From: Peter Popov
Subject: Re: Blur Light Effects In Pov-Ray ?
Date: 4 Oct 2002 05:02:41
Message: <12mqpu0f1o113ea5rohe23fos5an04725v@4ax.com>
Radial blur (the Zoom type) can be simulated quite well with media.
Create a box and fill it with media. For density, use the image mapped
using map_type 0. Now point your camera towards the thing and make use
of perspective to change the amount of "blur" (the wider the FOV, the
more blur). Voila :)


Peter Popov ICQ : 15002700
Personal e-mail : pet### [at] vipbg
TAG      e-mail : pet### [at] tagpovrayorg


Post a reply to this message

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