POV-Ray : Newsgroups : povray.binaries.images : Goldeniso (an old one...) Server Time
17 Aug 2024 14:20:56 EDT (-0400)
  Goldeniso (an old one...) (Message 1 to 10 of 11)  
Goto Latest 10 Messages Next 1 Messages >>>
From: JRG
Subject: Goldeniso (an old one...)
Date: 4 Oct 2001 15:29:50
Message: <3bbcb8ae@news.povray.org>
This has been my wallpaper since the first beta release of POV 3.5 was out.
Now I'm gonna leave it, so I just wanted to give it its last chance to be
appreciated by someone.

--
Jonathan.


Post a reply to this message


Attachments:
Download 'goldwall.jpg' (103 KB)

Preview of image 'goldwall.jpg'
goldwall.jpg


 

From: Tony[B]
Subject: Re: Goldeniso (an old one...)
Date: 4 Oct 2001 15:45:00
Message: <3bbcbc3c@news.povray.org>
Needs higher precision... it looks kinda worn down.


PS:  I would like source or a 1280xH rendering. :)


Post a reply to this message

From: JRG
Subject: Re: Goldeniso (an old one...)
Date: 4 Oct 2001 16:08:36
Message: <3bbcc1c4@news.povray.org>
Hi Tony,
couldn't find the very original file, but have readapted the glass-version
scene *on the fly*. They look quite the same.

Cheers,
--
Jonathantwentyyearsold.


"Tony[B]" <ben### [at] catholicorg> ha scritto nel messaggio
news:3bbcbc3c@news.povray.org...
> Needs higher precision... it looks kinda worn down.
>
>
> PS:  I would like source or a 1280xH rendering. :)
>
>


Post a reply to this message


Attachments:
Download 'isofortony.pov.txt' (2 KB)

From: dave
Subject: Re: Goldeniso (an old one...)
Date: 4 Oct 2001 16:29:56
Message: <3bbcc6c4@news.povray.org>
I tried to dl the file JRG, but it seems to be corrupted toward the end.

I shall try again, but twice it gave me the same error.. 


JRG <jrg### [at] hotmailcom> wrote:
> Hi Tony,
> couldn't find the very original file, but have readapted the glass-version
> scene *on the fly*. They look quite the same.

> Cheers,
> --
> Jonathantwentyyearsold.


> "Tony[B]" <ben### [at] catholicorg> ha scritto nel messaggio
> news:3bbcbc3c@news.povray.org...
>> Needs higher precision... it looks kinda worn down.
>>
>>
>> PS:  I would like source or a 1280xH rendering. :)
>>
>>


Post a reply to this message

From: JRG
Subject: Re: Goldeniso (an old one...)
Date: 4 Oct 2001 16:34:21
Message: <3bbcc7cd@news.povray.org>
The file is okay (since I could dled it without problems).
But why bother? ;) :

// Persistence Of Vision Ray Tracer Scene Description File
// File: isofortony.pov
// Vers: 3.5
// Desc: Povray 3.5 demonstration scene
// Date: 4 October 2001
// Auth: Jonathan Rafael Ghiglia - isosurface equation by Warp
//


// SWITCHES
#declare AREA_LIGHT=on;
#declare PHOTONS=on;

global_settings {
        max_trace_level 15
        #if (PHOTONS) photons {count 1000000 autostop 0} #end
}


camera {
        location <-2,3,-3>
        //right x
        look_at 0
}

light_source {
        <4,5,-5>
        rgb <1,1,.98>*2.5
        //rgb <.98,1,1>*2.5
        fade_distance 5
        fade_power 2
        #if (AREA_LIGHT) area_light x,y,6,6 adaptive 0 jitter circular
orient #end
}

light_source {
        <0,3.5,5>
        rgb <1,.9,.6>*0.6
        //rgb <.6,.9,1>*0.6
        fade_distance 5
        fade_power 3
        #if (AREA_LIGHT) area_light x,y,5,5 adaptive 0 jitter circular
orient #end

}


sky_sphere { pigment {rgb <.7,.85,1>*0.5}}

plane {
        y,0
        pigment { rgb 1 }
        finish {
        ambient 0
        diffuse 0.5
        specular .4
        roughness .01
        reflection .1 }
}




#include "functions.inc"


#declare BUMP = function {pigment {crackle color_map {[0 rgb 0][1 rgb 1]}
turbulence 0.5 cubic_wave}}
#declare TORUS = function
{sqrt((sqrt(x^2+z^2)-1.5)^2+y^2)-(.3+.2*sin(8*atan2(x,z)))}

isosurface {
        function { TORUS(x,y,z)-BUMP(1.5*x,1.5*y,1.5*z).red*0.19}
        contained_by { box { -<2,.5,2>,<2,.7,2> } }
        max_gradient 6.272
        //evaluate 1,10,0.99
        accuracy 10^-3
        translate .5*y
        scale .7
        pigment {rgb <1,.6,.2>*0.7}
        finish {
        ambient 0
        diffuse 0.1
        specular 3
        roughness 0.04
        reflection {0.5 metallic}
        metallic
        brilliance 1.5}
        #if (PHOTONS) photons {target reflection on refraction off collect
off} #end
        }


Post a reply to this message

From: Tony[B]
Subject: Re: Goldeniso (an old one...)
Date: 4 Oct 2001 17:53:17
Message: <3bbcda4d$4@news.povray.org>
Molto grazie! :)


Post a reply to this message

From: blessing
Subject: Re: Goldeniso (an old one...)
Date: 4 Oct 2001 22:50:44
Message: <3bbd2004@news.povray.org>
ooooooo! nice!

Gary

JRG <jrg### [at] hotmailcom> wrote in message news:3bbcb8ae@news.povray.org...
> This has been my wallpaper since the first beta release of POV 3.5 was
out.
> Now I'm gonna leave it, so I just wanted to give it its last chance to be
> appreciated by someone.
>
> --
> Jonathan.
>
>
>
>
>


Post a reply to this message

From: blessing
Subject: Re: Goldeniso (an old one...)
Date: 4 Oct 2001 22:52:58
Message: <3bbd208a$1@news.povray.org>
dankeschane![1]

for those that don't know, it means thank you
Gary

[1]apolagies to the German if I spelled it wrong.

JRG <jrg### [at] hotmailcom> wrote in message news:3bbcc1c4@news.povray.org...
> Hi Tony,
> couldn't find the very original file, but have readapted the glass-version
> scene *on the fly*. They look quite the same.
>
> Cheers,
> --
> Jonathantwentyyearsold.
>
>
> "Tony[B]" <ben### [at] catholicorg> ha scritto nel messaggio
> news:3bbcbc3c@news.povray.org...
> > Needs higher precision... it looks kinda worn down.
> >
> >
> > PS:  I would like source or a 1280xH rendering. :)
> >
> >
>
>
>


Post a reply to this message

From: Marc-Hendrik Bremer
Subject: Re: Goldeniso (an old one...)
Date: 5 Oct 2001 06:50:57
Message: <3bbd9091@news.povray.org>
blessing schrieb in Nachricht <3bbd208a$1@news.povray.org>...
>dankeschane![1]
>
>for those that don't know, it means thank you
>Gary
>
>[1]apolagies to the German if I spelled it wrong.
>



Marc-Hendrik


Post a reply to this message

From: JRG
Subject: Re: Goldeniso (an old one...)
Date: 5 Oct 2001 13:04:11
Message: <3bbde80b@news.povray.org>
Bitte.
Ich spreche Deutsch nicht sehr gut, but I have German nationality together
with the Italian one.

--
Jonathan.

"Marc-Hendrik Bremer" <Mar### [at] t-onlinede> ha scritto nel
messaggio news:3bbd9091@news.povray.org...
>
> blessing schrieb in Nachricht <3bbd208a$1@news.povray.org>...
> >dankeschane![1]
> >
> >for those that don't know, it means thank you
> >Gary
> >
> >[1]apolagies to the German if I spelled it wrong.
> >
>

>
> Marc-Hendrik
>


Post a reply to this message

Goto Latest 10 Messages Next 1 Messages >>>

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