POV-Ray : Newsgroups : povray.binaries.images : Cow ? Server Time
4 Oct 2024 15:12:31 EDT (-0400)
  Cow ? (Message 8 to 17 of 27)  
<<< Previous 7 Messages Goto Latest 10 Messages Next 10 Messages >>>
From: Scott McDonald
Subject: Re: Cow ?
Date: 4 Apr 1999 17:18:42
Message: <3707C975.E0F08602@metrolink.com>
I see you're getting the moost out of POV that you can.  Udderly
fascinating.  I love the sky and the reptilish texture onthe big cows -
can you share?


Post a reply to this message

From: Ken
Subject: Re: Cow ?
Date: 5 Apr 1999 02:35:06
Message: <37084A6A.FA6A2ACE@pacbell.net>
Zeger Knaepen wrote:
> 
> Ken heeft geschreven in bericht <37079BD2.812CCC73@pacbell.net>...
> >--
> >Ken Tyler
> >
> >mailto://tylereng@pacbell.net
> 
> Nice dinosaur texture you've got there.  You mind sharing the code?
> 
> ZK

Thank you. As soon as I can find time to extract it from the rest of
the mess I'll attach the texture I used to this thread.

-- 
Ken Tyler

mailto://tylereng@pacbell.net


Post a reply to this message

From: Ken
Subject: Re: Cow ?
Date: 5 Apr 1999 05:01:07
Message: <37086CA4.196F0564@pacbell.net>
Spider wrote:
> 
> Hmm, Tyrannosaurus Cow stalks the world of POV... nice, although they are
> flying....
> I really like the sky...

  I was actually thinking Cowasaurus as I laughed myself all the way
through the creation of this scene. The raindeer was added to give that
damn cute dragon a little competition. It really didn't fit but I had to
stick it in somewhere.

-- 
Ken Tyler

mailto://tylereng@pacbell.net


Post a reply to this message

From: Ken
Subject: Re: Cow ?
Date: 5 Apr 1999 05:06:59
Message: <37086E04.1BB4AACC@pacbell.net>
Graham Redway wrote:
> 
> Graham,
> 
>         Contry to popular belief, that is not what British beef looks like.
> 
>         Graham Redway.

  At one time I lived in a state here in the USA called Wyoming. On one ranch
that I visited the rancher had a couple of different British breeds of cattle
that resembled something more like an over grown long haired english sheep dog
than any traditional looking cow I have ever seen before or since. The were
very unatuaral looking but 20 years later I can see them in my mind quite
clearly.

-- 
Ken Tyler

mailto://tylereng@pacbell.net


Post a reply to this message

From: Ken
Subject: Reptile Skin Source
Date: 5 Apr 1999 05:32:54
Message: <3708739A.CC5D1AF5@pacbell.net>
Zeger Knaepen wrote:
> 
> Ken heeft geschreven in bericht <37079BD2.812CCC73@pacbell.net>...
> >--
> >Ken Tyler
> >
> >mailto://tylereng@pacbell.net
> 
> Nice dinosaur texture you've got there.  You mind sharing the code?
> 
> ZK


 There are two versions here. One texture uses syntax available only in the
Photon Patch of Pov-Ray and is the texture used for the image posted. The
second should for all intensive purposes work with the official build of
Pov-Ray and yeild the same results.


#declare F1 = 
 finish {
         ambient     0.350 
         diffuse     0.450 
         reflection  0.025
        }

#declare F2 = 
 finish {
         ambient     0.250
         diffuse     0.400
         reflection  0.000
        }

#declare P1 = 
 texture   {
 pigment   { 
 image_map { gif "rept3.gif" interpolate 2 
           }
             translate -0.5 
           }
    finish { F2 
           }
           }

#declare P2 = 
 texture   {
 pigment   { 
 image_map { gif "rept3.gif" interpolate 4 
           }
             translate -0.5 
           }
    finish { F1 
           }
           }

  // The Photon Patch Version

 #declare C1 = 
  texture      {
  image_pattern{ gif "rept3.gif" interpolate 2 
               }
  texture_map  {
                [0.25 P1]
                [0.50 P2]
                [0.75 P1]
                [1.00 P2] 
               }
                scale      0.5 
                turbulence 0.1
               }

  // The Standard Pov Version

 #declare C1 = 
  texture     { crackle  
  texture_map {
               [0.25 P1]
               [0.50 P2]
               [0.75 P1]
               [1.00 P2] 
              } 
               scale      0.5 
               turbulence 0.1
              }


  This texture should scale at 1 pov unit but you of course can scale as
needed to suit your own application.

 If used in an IRTC entry I would appreciate an honorable mention. Other
than that there are no restrictions for it's use.

-- 
Ken Tyler

mailto://tylereng@pacbell.net


Post a reply to this message


Attachments:
Download 'rept3.gif' (261 KB)

Preview of image 'rept3.gif'
rept3.gif


 

From: Spider
Subject: Re: Cow ?
Date: 5 Apr 1999 07:11:59
Message: <37088B89.5BE197BA@bahnhof.se>
Ken wrote:
> 
> Spider wrote:
> >
> > Hmm, Tyrannosaurus Cow stalks the world of POV... nice, although they are
> > flying....
> > I really like the sky...
> 
>   I was actually thinking Cowasaurus as I laughed myself all the way
> through the creation of this scene. The raindeer was added to give that
> damn cute dragon a little competition. It really didn't fit but I had to
> stick it in somewhere.
*lol*
I'll have to come up with a gargoyle to add to my scenes. Just so they become
more absurd. or... a checkered landscape :-)
yeye, it's in a .inc. it's coming. :-)


-- 
//Spider
        [ spi### [at] bahnhofse ]-[ http://www.bahnhof.se/~spider/ ]
What I can do and what I could do, I just don't know anymore
                "Marian"
        By: "Sisters Of Mercy"


Post a reply to this message

From: Scott McDonald
Subject: Re: Cow ?
Date: 5 Apr 1999 10:03:36
Message: <3708B4F2.E4BB5FC7@metrolink.com>
> through the creation of this scene. The raindeer was added to give that
> damn cute dragon a little competition. It really didn't fit but I had to

Hmm.  Does this mean I'm going to have to retool the dragon for extra
cuteness?
<g>

<pondering the backhanded compliment> :)


Post a reply to this message

From: Ken
Subject: Re: Cow ?
Date: 5 Apr 1999 11:34:59
Message: <3708C8E9.B598BBF2@pacbell.net>
Scott McDonald wrote:
> 
> > through the creation of this scene. The raindeer was added to give that
> > damn cute dragon a little competition. It really didn't fit but I had to
> 
> Hmm.  Does this mean I'm going to have to retool the dragon for extra
> cuteness?
> <g>
> 
> <pondering the backhanded compliment> :)

 "Did I just feel a nibble on my fish'n line" Ken thinks to himself as he
lets out a little more line so as not to spook em. He is patient and can
wait as long as it takes.

-- 
Ken Tyler

mailto://tylereng@pacbell.net


Post a reply to this message

From: Scott McDonald
Subject: Re: Cow ?
Date: 5 Apr 1999 12:59:37
Message: <3708DE04.EF2D0BE6@metrolink.com>
Ken wrote:
> 
>  "Did I just feel a nibble on my fish'n line" Ken thinks to himself as he
> lets out a little more line so as not to spook em. He is patient and can
> wait as long as it takes.

<puzzled look>

-- 
+----------------------------------------------------------------------+
|Colin Scott McDonald                                  Metro Link, Inc.|
|                veni, vici, volo in dominum redirre                   |
|sco### [at] metrolinkcom                                  www.metrolink.com|
+----------------------------------------------------------------------+


Post a reply to this message

From: JM
Subject: Re: Cow ?
Date: 6 Apr 1999 01:09:38
Message: <37098738.345CB62F@uswest.net>
Sweet!  I was working with cows a while back... theres a couple thousand of
em.. =]

--Joey Mendoza

Ken wrote:

> --
> Ken Tyler
>
> mailto://tylereng@pacbell.net
>
>   ------------------------------------------------------------------------
>  [Image]


Post a reply to this message


Attachments:
Download 'cows1.jpg' (55 KB) Download 'cows2.jpg' (138 KB)

Preview of image 'cows1.jpg'
cows1.jpg

Preview of image 'cows2.jpg'
cows2.jpg


 

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

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