Here is a rendition of the abstract media by Tek...
And Tek... Changing the color map values from 1000 to 1 dramatically
change the color and brightness... I also changed the function a
little... This was quite fun to play around with...
The new density is as fallows :::
density {
function {
1/(0.01 + sqrt(x^3 + z^6*pi )*y/2)
}
scale 1000
translate -10*y
poly_wave 3
colour_map {
[0 rgbt 0.00001]
[5 rgb 100000]
}
scale .21} // density
From: Tek
Subject: Re: Now it's Friday...
Date: 22 Feb 2002 18:37:23
Message: <3c76d633@news.povray.org>
How on earth did you make it looke like that?!
I'm impressed. Very strange :)
--
Tek
http://www.evilsuperbrain.com
Ryan Mooney <rdm### [at] earthlinknet> wrote in message
news:3C769E75.B283BA27@earthlink.net...
> Here is a rendition of the abstract media by Tek...> And Tek... Changing the color map values from 1000 to 1 dramatically> change the color and brightness... I also changed the function a> little... This was quite fun to play around with...> The new density is as fallows :::>> density {> function {> 1/(0.01 + sqrt(x^3 + z^6*pi )*y/2)> }> scale 1000> translate -10*y>> poly_wave 3>> colour_map {> [0 rgbt 0.00001]> [5 rgb 100000]> }> scale .21} // density>
--------------------------------------------------------------------------------
From: Rick [Kitty5]
Subject: Re: Now it's Friday...
Date: 22 Feb 2002 20:06:17
Message: <3c76eb09$1@news.povray.org>
nice, very nice - rendered large without the text would be prefect desktop
wallpaper
--
Rick
Kitty5 WebDesign - http://Kitty5.com
POV-Ray News & Resources - http://Povray.co.uk
TEL : +44 (01270) 501101 - FAX : +44 (01270) 251105 - ICQ : 15776037
PGP Public Key
http://pgpkeys.mit.edu:11371/pks/lookup?op=get&search=0x231E1CEA
From: Dennis Miller
Subject: Re: Now it's Friday...
Date: 23 Feb 2002 00:22:01
Message: <3c7726f9$1@news.povray.org>
This code crashes on my PC at line 62 - divide by zero.
Any clues?
d.
"Ryan Mooney" <rdm### [at] earthlinknet> wrote in message
news:3C769E75.B283BA27@earthlink.net...
> Here is a rendition of the abstract media by Tek...> And Tek... Changing the color map values from 1000 to 1 dramatically> change the color and brightness... I also changed the function a> little... This was quite fun to play around with...> The new density is as fallows :::>> density {> function {> 1/(0.01 + sqrt(x^3 + z^6*pi )*y/2)> }> scale 1000> translate -10*y>> poly_wave 3>> colour_map {> [0 rgbt 0.00001]> [5 rgb 100000]> }> scale .21} // density>
----------------------------------------------------------------------------
----
And of course it looks much different in 3.5... =o Oh well this is why i am
reluctant to switch over...
Anyone know why the big difference between versions... =] ???
Tek wrote:
> How on earth did you make it looke like that?!> I'm impressed. Very strange :)>> --> Tek> http://www.evilsuperbrain.com
Hmm no... Give us the computer and version specs... I am sure someone here will
know...
Dennis Miller wrote:
> This code crashes on my PC at line 62 - divide by zero.> Any clues?> d.>> "Ryan Mooney" <rdm### [at] earthlinknet> wrote in message> news:3C769E75.B283BA27@earthlink.net...> > Here is a rendition of the abstract media by Tek...> > And Tek... Changing the color map values from 1000 to 1 dramatically> > change the color and brightness... I also changed the function a> > little... This was quite fun to play around with...> > The new density is as fallows :::> >> > density {> > function {> > 1/(0.01 + sqrt(x^3 + z^6*pi )*y/2)> > }> > scale 1000> > translate -10*y> >> > poly_wave 3> >> > colour_map {> > [0 rgbt 0.00001]> > [5 rgb 100000]> > }> > scale .21} // density> >>> ----------------------------------------------------------------------------> ----