|
|
|
|
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Here is an example of proximity pattern presented in:
http://news.povray.org/upf76ugdq6dlluklhiib1umos8qsk8k7hc%404ax.com
Any propositions, comments ?
ABX
Post a reply to this message
Attachments:
Download 'proximity.jpg' (16 KB)
Preview of image 'proximity.jpg'
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Excellent, already added to my include folder. I will look likely use your
macro this weekend.
-Shay
news:p8r76u08vo673fksp4jaks59h2au3bppkb@4ax.com...
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
On Fri, 8 Feb 2002 10:04:42 -0600, "Shay" <sah### [at] simcopartscom> wrote:
> Excellent, already added to my include folder.
Thank You
> I will look likely use your macro this weekend.
If you are interested - IMO it looks better with additional step between
pattern and macro.
#local F=Proximity_Pattern(Object,.2,100,no);
pigment{ function{ min(2*F(x,y,z),1) } ... }
Also it could be interesting how it looks as media.
Perhaps it could be slow but nice glowing effect.
ABX
Post a reply to this message
|
|
| |
| |
|
|
From: Thorsten Froehlich
Subject: Re: proximity pattern in 3.5 example
Date: 8 Feb 2002 11:16:57
Message: <3c63f9f9@news.povray.org>
|
|
|
| |
| |
|
|
news:p8r76u08vo673fksp4jaks59h2au3bppkb@4ax.com...
> Here is an example of proximity pattern presented in:
> http://news.povray.org/upf76ugdq6dlluklhiib1umos8qsk8k7hc%404ax.com
> Any propositions, comments ?
Looks very interesting. How long did this take to parse and render?
Thorsten
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
news:b5u76u064qhjdk3fsr3nq5m3ul1tbnel7e@4ax.com...
> #local F=Proximity_Pattern(Object,.2,100,no);
> pigment{ function{ min(2*F(x,y,z),1) } ... }
Thank you, I will add this.
>
> Also it could be interesting how it looks as media.
> Perhaps it could be slow but nice glowing effect.
>
> ABX
I am very interested in trying this. Rather than my trying to rewrite your
macro, can you provide a demonstration of the macro's use with media? I have
a PoV project planned for the weekend which will allready take up all of my
PoV coding time.
Thank you,
-Shay
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
On Fri, 8 Feb 2002 17:18:43 +0100, "Thorsten Froehlich" <tho### [at] trfde>
wrote:
> Looks very interesting.
Thank you.
> How long did this take to parse and render?
Currently I have it closed so I can't give You exact answer but:
- parsing time - no more then half minute
- render time - comparing time of script and time of image 56 minutes
on PII 233 with 128 MB (it used 50% of CPU power becouse of another long
render).
I think there was something strange with memory. I was in shop to buy
something for my daughter but when I returned newsreader refused to download
news and said there's no free memory. Only processes were: proximity render,
another render, newsreader. I have to close POV with finished proximity
example and then memory was unlocked. Second render and newsreader still works
fine.
ABX
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
On Fri, 8 Feb 2002 10:24:00 -0600, "Shay" <sah### [at] simcopartscom> wrote:
> Rather than my trying to rewrite your
> macro, can you provide a demonstration of the macro's use with media?
Unfortunatelly, I'm poor with media, yet :-(
ABX
Post a reply to this message
|
|
| |
| |
|
|
From: Christoph Hormann
Subject: Re: proximity pattern in 3.5 example
Date: 8 Feb 2002 15:56:29
Message: <3C643B6F.CE16EF36@gmx.de>
|
|
|
| |
| |
|
|
>
> Here is an example of proximity pattern presented in:
> http://news.povray.org/upf76ugdq6dlluklhiib1umos8qsk8k7hc%404ax.com
> Any propositions, comments ?
>
Quite beautiful, made me try a different approach. Guess how this is
done.
Christoph
--
POV-Ray tutorials, IsoWood include,
TransSkin and more: http://www.tu-bs.de/~y0013390/
Last updated 06 Feb. 2002 _____./\/^>_*_<^\/\.______
Post a reply to this message
Attachments:
Download 'prox_tst1.jpg' (19 KB)
Preview of image 'prox_tst1.jpg'
|
|
| |
| |
|
|
|
|
| |
| |
|
|
in news:3C643B6F.CE16EF36@gmx.de Christoph Hormann wrote:
> Guess how this is
> done.
>
Two text objects in front of each other, using focal blur?
Ingo
Post a reply to this message
|
|
| |
| |
|
|
From: Christoph Hormann
Subject: Re: proximity pattern in 3.5 example
Date: 8 Feb 2002 17:04:37
Message: <3C644B6E.DD8E04C@gmx.de>
|
|
|
| |
| |
|
|
ingo wrote:
>
> Two text objects in front of each other, using focal blur?
>
No.
Christoph
--
POV-Ray tutorials, IsoWood include,
TransSkin and more: http://www.tu-bs.de/~y0013390/
Last updated 06 Feb. 2002 _____./\/^>_*_<^\/\.______
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |