POV-Ray : Newsgroups : povray.binaries.images : A bit late, but... Server Time
1 Oct 2024 18:32:09 EDT (-0400)
  A bit late, but... (Message 1 to 10 of 11)  
Goto Latest 10 Messages Next 1 Messages >>>
From: Zeger Knaepen
Subject: A bit late, but...
Date: 4 Aug 2000 12:14:17
Message: <398aebd9@news.povray.org>
Here's my head...
No, not my head, but my head...
Hmmm...
I mean my blobby head...
Hmmm...
Still sounds like I'm talking 'bout my head...

It's not finished.

ZK
http://www.pocplace.be.tf


Post a reply to this message


Attachments:
Download 'Hoofd.jpg' (28 KB)

Preview of image 'Hoofd.jpg'
Hoofd.jpg


 

From: Chris Huff
Subject: Re: A bit late, but...
Date: 4 Aug 2000 17:49:31
Message: <chrishuff-AA012A.16502804082000@news.povray.org>
At first, when I could only see the very top of the image, it looked 
like a planet. :-)

-- 
Christopher James Huff - Personal e-mail: chr### [at] maccom
TAG(Technical Assistance Group) e-mail: chr### [at] tagpovrayorg
Personal Web page: http://homepage.mac.com/chrishuff/
TAG Web page: http://tag.povray.org/


Post a reply to this message

From: David Fontaine
Subject: Re: A bit late, but...
Date: 4 Aug 2000 18:03:12
Message: <398B3BB0.D9BFA1C4@faricy.net>
Sweet, I like the texturing.I wonder what it would look like with this
pigment I made a while ago:

#declare Hexcolor = array[3] {LightWood,Flesh,Tan}
// You can use any three colors here, mine aren't very good
//    because I just used colors.inc

sphere { 0,1.5
   texture {
      pigment {
         hexagon color Hexcolor[0] color Hexcolor[1] color Hexcolor[2]
         turbulence 4 lambda 4 omega 0.5 octaves 5
      }
   }
   texture {
      pigment {
         hexagon
         pigment { color Hexcolor[0] transmit .5 }
         pigment { color Hexcolor[1] transmit .5 }
         pigment { color Hexcolor[2] transmit .5 }
         turbulence 4 lambda 4 omega 0.5 octaves 5
         scale 1/3
      }
   }
   texture {
      pigment {
         hexagon
         pigment { color Hexcolor[0] transmit .67 }
         pigment { color Hexcolor[1] transmit .67 }
         pigment { color Hexcolor[2] transmit .67 }
         turbulence 4 lambda 4 omega 0.5 octaves 5
         scale 1/9
      }
      finish {
         specular .5 roughness .01
      }
   }
}

--
David Fontaine     <dav### [at] faricynet>     ICQ 55354965
Please visit my website: http://www.faricy.net/~davidf/


Post a reply to this message


Attachments:
Download 'hexpigment.jpg' (14 KB)

Preview of image 'hexpigment.jpg'
hexpigment.jpg


 

From: Steve
Subject: Re: A bit late, but...
Date: 4 Aug 2000 19:17:48
Message: <slrn8ome0a.7ru.steve@zero-pps.localdomain>
This one looks good, the lips and eyes need the details
filling in, but the general shape is very realistic.

Keep us posted on your progress with this. 

-- 
Cheers
Steve              email mailto:ste### [at] zeroppsuklinuxnet

%HAV-A-NICEDAY Error not enough coffee  0 pps. 

web http://www.zeropps.uklinux.net/

or  http://start.at/zero-pps

 10:09pm  up 20 days, 20:35,  2 users,  load average: 1.02, 1.10, 1.14


Post a reply to this message

From: Zeger Knaepen
Subject: Re: A bit late, but...
Date: 5 Aug 2000 19:39:02
Message: <398ca596$1@news.povray.org>
Chris Huff <chr### [at] maccom> schreef in berichtnieuws
chrishuff-AA012A.16502804082000@news.povray.org...
> At first, when I could only see the very top of the image, it looked
> like a planet. :-)
A planet?
Hmmm..
That's not good, is it?

ZK
http://www.povplace.be.tf


Post a reply to this message

From: Zeger Knaepen
Subject: Re: A bit late, but...
Date: 5 Aug 2000 19:39:57
Message: <398ca5cd$1@news.povray.org>
David Fontaine <dav### [at] faricynet> schreef in berichtnieuws
398B3BB0.D9BFA1C4@faricy.net...
> Sweet, I like the texturing.I wonder what it would look like with this
> pigment I made a while ago:
Nice texture, but I think he would look ill that way...
Dunno.
Maybe I'll try it.
Some day...

ZK
http://www.povplace.be.tf


Post a reply to this message

From: Zeger Knaepen
Subject: Re: A bit late, but...
Date: 5 Aug 2000 19:42:19
Message: <398ca65b@news.povray.org>
Steve <ste### [at] zeroppsuklinuxnet> schreef in berichtnieuws
slr### [at] zero-ppslocaldomain...
> This one looks good, the lips and eyes need the details
Tnx.

> filling in, but the general shape is very realistic.
I know.  I have to add eyes.  And the lips are actually temporary.

> Keep us posted on your progress with this.
I'm afraid I waited to long to complete it.
I started this model months before I started my Falcon-model.
It's all hand-coded blobs, and I haven't used a sketch or something.
Maybe with lots of trial and error...
It's a shame, I know.

> Cheers
> Steve              email mailto:ste### [at] zeroppsuklinuxnet
ZK
http://www.povplace.be.tf


Post a reply to this message

From: David Fontaine
Subject: Re: A bit late, but...
Date: 6 Aug 2000 00:05:20
Message: <398CE20F.F2AA3687@faricy.net>
Zeger Knaepen wrote:

> Nice texture, but I think he would look ill that way...
> Dunno.
> Maybe I'll try it.
> Some day...

The key part is the layering of the pigments. You can use any three you
want; those are just the best I could slap together with colors.inc.

--
David Fontaine     <dav### [at] faricynet>     ICQ 55354965
Please visit my website: http://www.faricy.net/~davidf/


Post a reply to this message

From: Chris Huff
Subject: Re: A bit late, but...
Date: 6 Aug 2000 00:14:16
Message: <chrishuff-D32F40.23151405082000@news.povray.org>
In article <398ca596$1@news.povray.org>, "Zeger Knaepen" 
<zeg### [at] yahoocom> wrote:

> A planet?
> Hmmm..
> That's not good, is it?

I honestly don't know...

Look at just the top 20-25% of the image...there is nothing to indicate 
that it is not spherical. I think it looks like an orange moon, with no 
polar caps or atmosphere. I don't know how you would fix this, or if you 
*want* to fix it. Just giving him some hair would help, though. Oh, and 
some eyes wouldn't hurt.(good luck on the eyelids, though...)

-- 
Christopher James Huff - Personal e-mail: chr### [at] maccom
TAG(Technical Assistance Group) e-mail: chr### [at] tagpovrayorg
Personal Web page: http://homepage.mac.com/chrishuff/
TAG Web page: http://tag.povray.org/


Post a reply to this message

From: Zeger Knaepen
Subject: Re: A bit late, but...
Date: 6 Aug 2000 07:17:33
Message: <398d494d@news.povray.org>
> > That's not good, is it?
>
> I honestly don't know...
>
> Look at just the top 20-25% of the image...there is nothing to indicate
> that it is not spherical. I think it looks like an orange moon, with no
> polar caps or atmosphere. I don't know how you would fix this, or if you
> *want* to fix it. Just giving him some hair would help, though. Oh, and
> some eyes wouldn't hurt.(good luck on the eyelids, though...)
Hair...
difficult...
But needed indeed!

Maybe some day...

ZK
http://www.povplace.be.tf


Post a reply to this message

Goto Latest 10 Messages Next 1 Messages >>>

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