POV-Ray : Newsgroups : povray.binaries.images : IsoCactus - IsoCacti.JPG (1/1) Server Time
3 Oct 2024 09:26:52 EDT (-0400)
  IsoCactus - IsoCacti.JPG (1/1) (Message 6 to 15 of 25)  
<<< Previous 5 Messages Goto Latest 10 Messages Next 10 Messages >>>
From: Jay Raney
Subject: Re: IsoCactus - IsoCacti.JPG (1/1)
Date: 24 Feb 2000 09:12:00
Message: <38B47724.F43FA520@usit.net>
Wow, excellent cactus. I dont know how you could improve on it, looks just
great.

Chris Huff wrote:

> Here is my first attempt at a cactus in MegaPOV(inspired by some
> discussions in the thread "A clock"), it uses trace() and an isosurface.
> The texturing still needs a lot of work...
>
> --
> Chris Huff
> e-mail: chr### [at] yahoocom
> Web page: http://chrishuff.dhs.org/
>
>  [Image]


Post a reply to this message

From: Mike Weber
Subject: Re: IsoCactus - IsoCacti.JPG (1/1)
Date: 24 Feb 2000 10:29:54
Message: <38b54e72@news.povray.org>
Outstanding!!  Most realistic looking real-life thing.  I think the thorns
or pricks or whatever you want to call them is what makes it realistic - the
randomness, as well as the soft shadows.  Well done!!

Mike

"Chris Huff" <chr### [at] yahoocom> wrote in message
news:chrishuff_99-9D37D5.05283324022000@news.povray.org...
> Here is my first attempt at a cactus in MegaPOV(inspired by some
> discussions in the thread "A clock"), it uses trace() and an isosurface.
> The texturing still needs a lot of work...
>
> --
> Chris Huff
> e-mail: chr### [at] yahoocom
> Web page: http://chrishuff.dhs.org/
>
>


Post a reply to this message

From:
Subject: Re: IsoCactus - IsoCacti.JPG (1/1)
Date: 24 Feb 2000 11:38:19
Message: <38b55e7b@news.povray.org>
Chris Huff wrote:
>Here is my first attempt at a cactus in MegaPOV(inspired by some
>discussions in the thread "A clock"), it uses trace() and an isosurface.

That looks great. If I can't come up with a good cactus could you share the
code ? :)

>The texturing still needs a lot of work...
>

Maybe just a slight granite normal scaled bigger in y than in x and z ?
I'll go fech some books since I haven't taken a better look at the "texture"
of real cactii :)

Jide


Post a reply to this message

From: Sander
Subject: Re: IsoCactus - IsoCacti.JPG (1/1)
Date: 24 Feb 2000 11:46:39
Message: <38b5606f@news.povray.org>
This is a great image: what a piercingly fine cactus! How are you ever going
to do better?

--
Regards,
Sander


Chris Huff <chr### [at] yahoocom> schreef in berichtnieuws
chrishuff_99-9D37D5.05283324022000@news.povray.org...
> Here is my first attempt at a cactus in MegaPOV(inspired by some
> discussions in the thread "A clock"), it uses trace() and an isosurface.
> The texturing still needs a lot of work...
>
> --
> Chris Huff
> e-mail: chr### [at] yahoocom
> Web page: http://chrishuff.dhs.org/
>
>


Post a reply to this message

From: Mick Hazelgrove
Subject: Re: IsoCactus - IsoCacti.JPG (1/1)
Date: 24 Feb 2000 12:15:34
Message: <38b56736@news.povray.org>
I'm impressed!

I had thought that trace wouldn't work with the isosurface, I was obviously
wrong!

Which is a good thing as I've been experimenting with ridged multifractels
as a means of creating landscapes - now I can place things on them!

Mick

--
*************************************************************
       http://www.minda.swinternet.co.uk/index.htm

*************************************************************
"Chris Huff" <chr### [at] yahoocom> wrote in message
news:chrishuff_99-9D37D5.05283324022000@news.povray.org...
> Here is my first attempt at a cactus in MegaPOV(inspired by some
> discussions in the thread "A clock"), it uses trace() and an isosurface.
> The texturing still needs a lot of work...
>
> --
> Chris Huff
> e-mail: chr### [at] yahoocom
> Web page: http://chrishuff.dhs.org/
>
>


Post a reply to this message

From: Chris Huff
Subject: Re: IsoCactus - IsoCacti.JPG (1/1)
Date: 24 Feb 2000 15:42:30
Message: <chrishuff_99-00EEB8.15435524022000@news.povray.org>
In article <38b53386@news.povray.org>, "Bill DeWitt" 
<the### [at] earthlinknet> wrote:

> Looks great how it is but you are right, just a little bit of 
> texturing would go a long way on this. I am just baffled at how this 
> is one IsoSurface! I suspect that there is some sort of a sin()/cos() 
> thing going on, but dang if I can figger it.
> 
> There is a -lot- more to IsoSurface than I will ever be able to learn.

function {
   sqrt(
      sqr(x)
      + sqr(y-sqrt(sqr(x/2)+sqr(z/2))*1.5)
      + sqr(z)
   ) - 1
   - (sin(TH(x, y, z)*18)*0.1)//This is what makes the ridges
}

I will post the complete source in povray.text.scene-files after I clean 
it up a little.

-- 
Chris Huff
e-mail: chr### [at] yahoocom
Web page: http://chrishuff.dhs.org/


Post a reply to this message

From: Chris Huff
Subject: Re: IsoCactus - IsoCacti.JPG (1/1)
Date: 24 Feb 2000 15:45:53
Message: <chrishuff_99-2387CC.15471824022000@news.povray.org>
In article <38b54e72@news.povray.org>, "Mike Weber" 
<mik### [at] pyxiscom> wrote:

> Outstanding!!  Most realistic looking real-life thing.  I think the 
> thorns or pricks or whatever you want to call them is what makes it 
> realistic - the randomness, as well as the soft shadows.  Well done!!

Soft shadows? There is only one point light in the scene, no area 
lights. I did use MegaPOV radiosity, that is probably what causes the 
realistic lighting...it looks quite bad without radiosity.
Or did you mean the way the shadows from the spines break up the outline?

-- 
Chris Huff
e-mail: chr### [at] yahoocom
Web page: http://chrishuff.dhs.org/


Post a reply to this message

From: Rick [Kitty5]
Subject: Re: IsoCactus - IsoCacti.JPG (1/1)
Date: 24 Feb 2000 16:08:36
Message: <38b59dd4@news.povray.org>
reminds me of a 3d image i saw years ago, a cactus like that, in a pot with
arms and feet, in front of some blinds..

very nice :)

Rick

"Chris Huff" <chr### [at] yahoocom> wrote in message
news:chrishuff_99-9D37D5.05283324022000@news.povray.org...
> Here is my first attempt at a cactus in MegaPOV(inspired by some
> discussions in the thread "A clock"), it uses trace() and an isosurface.
> The texturing still needs a lot of work...
>
> --
> Chris Huff
> e-mail: chr### [at] yahoocom
> Web page: http://chrishuff.dhs.org/
>
>


Post a reply to this message

From: Chris Huff
Subject: Re: IsoCactus - IsoCacti.JPG (1/1)
Date: 24 Feb 2000 16:17:45
Message: <chrishuff_99-81BA2A.16190924022000@news.povray.org>

<juh### [at] kolumbusfi> wrote:

> That looks great. If I can't come up with a good cactus could you share 
> the code ? :)

See povray.text.scene-files:
Chris Huff IsoCactus 2/24/2000 4:14 PM


> Maybe just a slight granite normal scaled bigger in y than in x and z 
> ? I'll go fech some books since I haven't taken a better look at the 
> "texture" of real cactii :)

Granite, or dents, or maybe agate...something to give some smaller scale 
features to the surface. And some color variation.
And a halfway decent sand texture. Maybe some rocks and other plants.

-- 
Chris Huff
e-mail: chr### [at] yahoocom
Web page: http://chrishuff.dhs.org/


Post a reply to this message

From: David Fontaine
Subject: Re: IsoCactus - IsoCacti.JPG (1/1)
Date: 24 Feb 2000 16:53:18
Message: <38B5A7B6.2AEE94DE@faricy.net>
Great! I have one of this type but it has fewer pleats and a smaller "dent"
in the top.
Could be a tad darker in color I think.

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

"Sitting on a cornflake, waiting for the van to come" -Beatles


Post a reply to this message

<<< Previous 5 Messages Goto Latest 10 Messages Next 10 Messages >>>

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