POV-Ray : Newsgroups : povray.binaries.images : MegaPov vs. Superpatch on noise3d Server Time
3 Oct 2024 13:22:45 EDT (-0400)
  MegaPov vs. Superpatch on noise3d (Message 1 to 7 of 7)  
From: Greg M  Johnson
Subject: MegaPov vs. Superpatch on noise3d
Date: 23 Jan 2000 21:56:25
Message: <388bbf59@news.povray.org>
I noticed very different effects when making a noise3d-based object
between MegaPov and Superpatch.  I discovered a neat surface in
Superpatch and thought I'd try shooting some photons through it.
Unfortunately, Meg gave me some ugly results, even before I made it
transparent. . .

Any thoughts?

Here is the code used:

#include "colors.inc"
#declare fnoise=55;
#declare funk=
isosurface{
        function{y/50-noise3d(x/fnoise,y/fnoise,z/fnoise)
                }
           accuracy 0.01
           threshold 0.0
           bounded_by {
                      sphere{0,250}
                      }
        pigment{Red + Green/3}
        finish{ambient 0.2}
          }

object {
funk
pigment {Red + Green/3}
finish {ambient 0.2}
        }
camera {
  location  <0,200,-800>
  look_at <0,10,0>
  angle 40//35

}


light_source{<-40,400,-5000>rgb 1.2}
light_source{<2000,0,-35>rgb .2}

light_source{
 <0,200,-999> rgb .2}


Post a reply to this message


Attachments:
Download 'meganoise.jpg' (28 KB) Download 'noisepatch.jpg' (19 KB)

Preview of image 'meganoise.jpg'
meganoise.jpg

Preview of image 'noisepatch.jpg'
noisepatch.jpg


 

From: Eric Freeman
Subject: Re: MegaPov vs. Superpatch on noise3d
Date: 24 Jan 2000 01:52:05
Message: <388bf695@news.povray.org>
"Greg M. Johnson" <"gregj;-)56590"@aol.c;-)om> wrote in message
news:388bbf59@news.povray.org...
>
> I noticed very different effects when making a
> noise3d-based object between MegaPov and
> Superpatch.  I discovered a neat surface in
> Superpatch and thought I'd try shooting some
> photons through it.  Unfortunately, Meg gave me
> some ugly results, even before I made it
> transparent. . .
>
> Any thoughts?

It looks like you need a 'bounded_by' sphere on the Mega version.

Eric
---------------
"A wise and frugal government, which shall restrain men from injuring one
another, which shall leave them otherwise free to regulate their own
pursuits of industry and improvement, and shall not take from the mouth of
labor the bread it has earned.  This is the sum of good government."
     - Thomas Jefferson
     - First inaugural address, 1801
---------------
http://www.ametro.net/~ericfree


Post a reply to this message

From: Greg M  Johnson
Subject: Re: MegaPov vs. Superpatch on noise3d
Date: 24 Jan 2000 07:41:07
Message: <388C4790.D93DEEE5@my-dejanews.com>
SAME CODE.

Eric Freeman wrote:

> "Greg M. Johnson" <"gregj;-)56590"@aol.c;-)om> wrote in message
> news:388bbf59@news.povray.org...
> >
> > I noticed very different effects when making a
> > noise3d-based object between MegaPov and
> > Superpatch.  I discovered a neat surface in
> > Superpatch and thought I'd try shooting some
> > photons through it.  Unfortunately, Meg gave me
> > some ugly results, even before I made it
> > transparent. . .
> >
> > Any thoughts?
>
> It looks like you need a 'bounded_by' sphere on the Mega version.
>
> Eric
> ---------------
> "A wise and frugal government, which shall restrain men from injuring one
> another, which shall leave them otherwise free to regulate their own
> pursuits of industry and improvement, and shall not take from the mouth of
> labor the bread it has earned.  This is the sum of good government."
>      - Thomas Jefferson
>      - First inaugural address, 1801
> ---------------
> http://www.ametro.net/~ericfree


Post a reply to this message

From: Ken
Subject: Re: MegaPov vs. Superpatch on noise3d
Date: 24 Jan 2000 07:45:37
Message: <388C48B8.F1716094@pacbell.net>
"Greg M. Johnson" wrote:
> 
> SAME CODE.

You should probably bring this up in the unofficial patches group.
Nathan and Ron both read that group with greater frequency than
this one. Just let then know you posted the comparison images here.

-- 
Ken Tyler -  1300+ Povray, Graphics, 3D Rendering, and Raytracing Links:
http://home.pacbell.net/tylereng/index.html http://www.povray.org/links/


Post a reply to this message

From: Greg M  Johnson
Subject: Re: MegaPov vs. Superpatch on noise3d
Date: 24 Jan 2000 08:45:01
Message: <388C568A.9D78CB15@my-dejanews.com>
I'm really ignorant at Netscape. Could you please add a link to that ng at
povray.org/groups.html
?

Ken wrote:

> "Greg M. Johnson" wrote:
> >
> > SAME CODE.
>
> You should probably bring this up in the unofficial patches group.
> Nathan and Ron both read that group with greater frequency than
> this one. Just let then know you posted the comparison images here.
>
> --
> Ken Tyler -  1300+ Povray, Graphics, 3D Rendering, and Raytracing Links:
> http://home.pacbell.net/tylereng/index.html http://www.povray.org/links/


Post a reply to this message

From: Ken
Subject: Re: MegaPov vs. Superpatch on noise3d
Date: 24 Jan 2000 09:00:40
Message: <388C5A4D.595C577@pacbell.net>
"Greg M. Johnson" wrote:
> 
> I'm really ignorant at Netscape. Could you please add a link to that ng at
> povray.org/groups.html

It is already listed there as povray.unofficial.patches.

 Either that of you can simply place the highlight bar on news.povray.org
when in the netscape message center and hit the subscribe button. This will
bring up a full list of the groups on this server that you can subscribe
to. Just place a check mark next to the groups that interest you and close
the subcribe window. The new groups should now be available to you.


-- 
Ken Tyler -  1300+ Povray, Graphics, 3D Rendering, and Raytracing Links:
http://home.pacbell.net/tylereng/index.html http://www.povray.org/links/


Post a reply to this message

From: David Fontaine
Subject: Re: MegaPov vs. Superpatch on noise3d
Date: 24 Jan 2000 17:38:31
Message: <388CD1B5.8197C198@faricy.net>
> I'm really ignorant at Netscape. Could you please add a link to that ng at
> povray.org/groups.html
> ?

To subscribe:
Right-click the ng URL in the tree on the left, and select Subscribe to
Newsgroups.
To add a server:
Edit->Preferences->Mail & Newsgroups->Newsgroup Servers->Add

--
Homepage: http://www.faricy.net/~davidf/
___     ______________________________
 | \     |_       <dav### [at] faricynet>
 |_/avid |ontaine      <ICQ 55354965>


Post a reply to this message

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