POV-Ray : Newsgroups : povray.binaries.images : Light FX Server Time
2 Aug 2024 14:18:58 EDT (-0400)
  Light FX (Message 1 to 10 of 17)  
Goto Latest 10 Messages Next 7 Messages >>>
From: alphaQuad
Subject: Light FX
Date: 16 Oct 2007 16:20:00
Message: <web.47151c2aa60e42fddae111140@news.povray.org>
From: "alphaQuad"

Newsgroups: povray.binaries.scene-files
Subject: Light FX

Something to play with

I bet someone is great enough to make these rays
into dazzling wiggling electron beams.

??


Post a reply to this message


Attachments:
Download 'lightfx03.png' (87 KB)

Preview of image 'lightfx03.png'
lightfx03.png


 

From: scam
Subject: Re: Light FX
Date: 17 Oct 2007 00:00:01
Message: <web.47158792b41a354083565d8d0@news.povray.org>
Here's my stab. I used megapov glows, and fiddled with the scene a little
since I needed a darker background.


Post a reply to this message


Attachments:
Download 'ightfx3.png' (146 KB)

Preview of image 'ightfx3.png'
ightfx3.png


 

From: alphaQuad
Subject: Re: Light FX
Date: 17 Oct 2007 00:15:01
Message: <web.47158bfeb41a354076b3e6350@news.povray.org>
"scam" <sca### [at] mailusydeduau> wrote:
> Here's my stab. I used megapov glows, and fiddled with the scene a little
> since I needed a darker background.

very great. would like to play around with the your code.

going to post it?


Post a reply to this message

From: scam
Subject: Re: Light FX
Date: 17 Oct 2007 01:05:01
Message: <web.4715979ab41a354083565d8d0@news.povray.org>
"alphaQuad" <alp### [at] earthlinknet> wrote:
> "scam" <sca### [at] mailusydeduau> wrote:
> > Here's my stab. I used megapov glows, and fiddled with the scene a little
> > since I needed a darker background.
>
> very great. would like to play around with the your code.
>
> going to post it?

Cheers. I posted the source as a reply to your post in scene-files. Sorry if
it's a bit hard to follow, I didn't write it with anyone else in mind.


Post a reply to this message

From: alphaQuad
Subject: Re: Light FX
Date: 17 Oct 2007 01:15:00
Message: <web.47159a33b41a354076b3e6350@news.povray.org>
"alphaQuad" <alp### [at] earthlinknet> wrote:
> going to post it?

REALLY REALLY would like to see this effect in script.

Is it just me or does the world seem obtuse enough to
know nothing about POV and things of such extraordinary superlative.

Does too few POV users equate to too few intelligent creatures?

Genesis-PlatinumCollection-LandOfConfusion.mp3
"too many people makin' too many problems and not enough love to go around"
" .. let's make it a place worth living in. ... Superman where are you now?

(check back tomorrow ...)


Post a reply to this message

From: alphaQuad
Subject: Re: Light FX
Date: 17 Oct 2007 02:00:06
Message: <web.4715a41fb41a354076b3e6350@news.povray.org>
"scam" <sca### [at] mailusydeduau> wrote:

> Cheers. I posted the source as a reply to your post in scene-files. Sorry if
> it's a bit hard to follow, I didn't write it with anyone else in mind.

It is quite understandable but still a few things bother me. for example.


#local perp1 = VPerp_To_Vector(pos);

perpendicular vector? from only a single vector?
A concept that is very strange to me.
Is that one of infinite possible vectors of the circle?

I can echo results and try to figure the logic, would be nice if the help
file said more than it does on this one.

now this makes sense:
#local perp2 = VPerp_To_Plane(pos,perp1); (vcross())


And I was thinking of using radiosity, but seems it doesnt need it and/or is
doing it anyway with this method. slow render but worth it for sure.


Post a reply to this message

From: alphaQuad
Subject: Re: Light FX
Date: 17 Oct 2007 02:25:00
Message: <web.4715a9dab41a354076b3e6350@news.povray.org>
If there is anything this magnificent and glorious, I have not seen it but
would like to.


aQ shakes hands with Scam.

rok on


Post a reply to this message

From: alphaQuad
Subject: Re: Light FX
Date: 17 Oct 2007 02:35:00
Message: <web.4715ace6b41a354076b3e6350@news.povray.org>
pluseline is great example and concept.

I have a question and it is still rendering.

Last 2 130-radius cylinders do what actually?

very dark:
rgb <0.3,0.3,0.3> (this one, agate_turb scaled to 25 ten-thou)
rgb 0


seems finished without the last 2 cylinders

Confused
Nickelback-IfeveryoneCared.mp3
"no one cried and no one died"


Post a reply to this message

From: scam
Subject: Re: Light FX
Date: 17 Oct 2007 02:40:01
Message: <web.4715adb2b41a354083565d8d0@news.povray.org>
"alphaQuad" <alp### [at] earthlinknet> wrote:
>
> #local perp1 = VPerp_To_Vector(pos);
>
> perpendicular vector? from only a single vector?
> A concept that is very strange to me.
> Is that one of infinite possible vectors of the circle?

Yes, it's just one of the possible perpendicular vectors. The documentation
is a little brief, but it does say this function will find 'a' not 'the'
perpendicular vector.
>
> slow render but worth it for sure.

Quick (to implement) and dirty usually wins out for me, but of course that's
usually at the expense of render times. I'm sure someone here will (or at
least could) come up with an elegant solution that renders at 1000pps
though!


Post a reply to this message

From: scam
Subject: Re: Light FX
Date: 17 Oct 2007 02:50:00
Message: <web.4715b040b41a354083565d8d0@news.povray.org>
"alphaQuad" <alp### [at] earthlinknet> wrote:
>
> Last 2 130-radius cylinders do what actually?
>

The first one is just a table. The non-uniform scaling of the agate pattern
in the normal block was to make it look more like blurred reflections (to
me).

The second cylinder is a relic from the first version of the scene I tried
and was there to hide the normal pattern on the side of the cylinder.


Post a reply to this message

Goto Latest 10 Messages Next 7 Messages >>>

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