POV-Ray : Newsgroups : povray.binaries.images : Isosuface seed pods (wash.jpg 800x600 211kb bu) Server Time
3 Oct 2024 15:13:54 EDT (-0400)
  Isosuface seed pods (wash.jpg 800x600 211kb bu) (Message 1 to 9 of 9)  
From: SamuelT 
Subject: Isosuface seed pods (wash.jpg 800x600 211kb bu)
Date: 11 Jan 2000 23:04:28
Message: <387BFECA.6C5CEB54@aol.com>
Hello all. It's amazing I have anything to post here at all, considering
how long it's been since I've posted here (not including previous plant
scene :). Anyway, the 'seed pods' are isosurface superellipsoids that
have been altered with a radial pigment. The plants on the ground were
inspired by a very cool dream I had a number of weeks ago. Hope you have
a pleasant Tuesday evening :)

Questions, Comments?

--
Samuel Benge

E-Mail: STB### [at] aolcom

Visit the still unfinished isosurface tutorial:
http://members.aol.com/stbenge


Post a reply to this message


Attachments:
Download 'wash.jpg' (212 KB)

Preview of image 'wash.jpg'
wash.jpg


 

From: mr art
Subject: Re: Isosuface seed pods (wash.jpg 800x600 211kb bu)
Date: 11 Jan 2000 23:24:24
Message: <387C0201.3C4C08E4@gci.net>
I think that I am done now. I will just look at all the stuff that
all the rest of you do and enjoy the ride.
Those plants from your cool dream are very much like a weed that
grows in the Southwest part of the US. The real plant has thorns,
and a spiked seed ball on the tips of the leaf stock, but other than
that looks like these.
A very good job indeed.

"SamuelT." wrote:
> 
> Hello all. It's amazing I have anything to post here at all, considering
> how long it's been since I've posted here (not including previous plant
> scene :). Anyway, the 'seed pods' are isosurface superellipsoids that
> have been altered with a radial pigment. The plants on the ground were
> inspired by a very cool dream I had a number of weeks ago. Hope you have
> a pleasant Tuesday evening :)
> 
> Questions, Comments?
> 
> --
> Samuel Benge
> 
> E-Mail: STB### [at] aolcom
> 
> Visit the still unfinished isosurface tutorial:
> http://members.aol.com/stbenge
> 
>   ------------------------------------------------------------------------
>  [Image]

-- 
Mr. Art

"Often the appearance of reality is more important 
than the reality of the appearance."
Bill DeWitt 2000


Post a reply to this message

From: TonyB
Subject: Re: Isosuface seed pods (wash.jpg 800x600 211kb bu)
Date: 11 Jan 2000 23:51:54
Message: <387c086a@news.povray.org>
>Questions, Comments?


How'd you do the stuff on the ground? It looks drawn. I like the plant in
the middle too. I wish I had strange dreams more often. Last one I remember
was being stuck inside a bubble, and I couldn't breath, but the I woke up
and all was OK. Scary, yet hard to 'trace. :(


Post a reply to this message

From: SamuelT 
Subject: Re: Isosuface seed pods (wash.jpg 800x600 211kb bu)
Date: 12 Jan 2000 00:30:35
Message: <387C1383.7D260C14@aol.com>
"mr.art" wrote:

> I think that I am done now. I will just look at all the stuff that
> all the rest of you do and enjoy the ride.

I really hope you don't mean that! We are all learning you know...

--
Samuel Benge

E-Mail: STB### [at] aolcom

Visit the still unfinished isosurface tutorial: http://members.aol.com/stbenge


Post a reply to this message

From: SamuelT 
Subject: Re: Isosuface seed pods (wash.jpg 800x600 211kb bu)
Date: 12 Jan 2000 00:35:17
Message: <387C149D.6144EF11@aol.com>
TonyB wrote:

> How'd you do the stuff on the ground? It looks drawn.

Each branch is a cone and 7 spheres, with a cylindrical pigment applied to each
sphere and scaled with it.


> I wish I had strange dreams more often.

Me too.


> Last one I remember
> was being stuck inside a bubble, and I couldn't breath, but the I woke up
> and all was OK. Scary, yet hard to 'trace. :(

You can tell yourself to remember your dreams when you go to sleep, and that
will help you remember them. Also, keeping a dream journal by your bed to
record dreams helps a lot.

--
Samuel Benge

E-Mail: STB### [at] aolcom

Visit the still unfinished isosurface tutorial: http://members.aol.com/stbenge


Post a reply to this message

From: Ken
Subject: Re: Isosuface seed pods (wash.jpg 800x600 211kb bu)
Date: 12 Jan 2000 00:38:17
Message: <387C13E3.4A04D4AE@pacbell.net>
"SamuelT." wrote:
> 
> "mr.art" wrote:
> 
> > I think that I am done now. I will just look at all the stuff that
> > all the rest of you do and enjoy the ride.
> 
> I really hope you don't mean that!

Some people seem to shine a little brighter than others with features
like this and you are one of those people.

> We are all learning you know...

Speaking of learning...

I recall that technique you developed for adding cracks to wall surfaces
using iso pigments (?). Where is that thread ? I can't seem to find it
and I am very interested in trying that technique in the up and coming
"ruins" round of the irtc competition. Or if you care to elaborate on it
more in the unofficial patches group I would be happy to move the
conversation over there.

-- 
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: Peter Warren
Subject: Re: Isosuface seed pods (wash.jpg 800x600 211kb bu)
Date: 12 Jan 2000 05:01:50
Message: <387c510e@news.povray.org>
Ken
When I read a mention this technique by Gilles
I searched everywhere and eventually found this.

Peter Warren
war### [at] hotmailcom

----------------------------------------------------------------------------
--------------

From: SamuelT. <STB### [at] aolcom>
Subject: Peeling paint texture
Date: Wednesday, October 20, 1999 6:29 PM

Here's the source for the peeling paint texture. You may feel the need
to
scale it down :) Be aware that you must have the superpatch to use
this code. Enjoy the new area of texture-making this
opens up!

#declare Walls=

function{
 pigment{
  granite scale 30
  color_map{
   [0 rgb 0][.1 rgb .1][.15 rgb .7][.2 rgb .75][.21 rgb 1][.25 rgb
.6][.7 rgb 0][1 rgb .5]
  }
 }
}

texture{
 pigment{
  granite scale 60
  color_map{
   [.1 rgb<.7 .7 .5>][.18 rgb<.8 .8 .6>][.2 rgb<.7 .7 .5>][.21 rgb 1][1
rgb .8]
  }
 }
 normal{ function{ Walls } 1.5 }
}

--
Samuel Benge

STB### [at] aolcom

"And you can fly
 High as a kite if you want to
 Faster than light if you want to
 Speeding through the universe
 Thinking is the best way to travel"

          -The Best Way to Travel, The Moody Blues


Post a reply to this message

From: Jerome
Subject: Re: Isosuface seed pods (wash.jpg 800x600 211kb bu)
Date: 12 Jan 2000 06:57:01
Message: <387C6C0A.D622665D@iname.com>
Peter Warren wrote:
> 
> Ken
> When I read a mention this technique by Gilles
> I searched everywhere and eventually found this.
> 
	Or you can take a look at my entry for the irtc this round
for an adaptation of Samuel's texture that doesn't require
the superpatch...

		Jerome

PS: Hi everybody

-- 
*******************************

* to Hyde...                  * mailto:ber### [at] inamecom
******************************* http://www.enst.fr/~jberger


Post a reply to this message

From: David Fontaine
Subject: Re: Isosuface seed pods (wash.jpg 800x600 211kb bu)
Date: 13 Jan 2000 18:55:02
Message: <387E635D.AED7FBEA@faricy.net>
Excellent method! Good use of resources...
They look like the kind of plant that would have a disgusting spore paste if
you mushed it.

--
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.