POV-Ray : Newsgroups : povray.binaries.images : Fur: two quick methods Server Time
3 Oct 2024 17:15:37 EDT (-0400)
  Fur: two quick methods (Message 1 to 6 of 6)  
From: Chris Colefax
Subject: Fur: two quick methods
Date: 7 Oct 1999 10:19:26
Message: <37fcabee@news.povray.org>
In response to Peter Cracknell's recent Bear posting... the fur on the left
uses a shell object with a semi-transparent, bumped texture (suitable for
animations):

  union {
    sphere {0, 1 pigment {rgb <.6, .3, .1>}}
    sphere {0, 1 pigment {bozo color_map {[0 rgb <.7, .4, .2>] [.5 rgbt <.7,
.4, .2, 1>]}
      scale <1, 4, 1>/150 warp {turbulence .4 octaves 2}}
      normal {bumps 1 scale <1, 4, 1>/150 warp {turbulence .3 octaves 2}}
      scale 1.06}
    }

while the fur on the right uses fast-rendering noisy media:

  union {
    sphere {0, 1 pigment {rgb <.6, .3, .1>}}
    sphere {0, 1 pigment {rgbf 1} hollow
      interior {media {absorption (1 - <.7, .4, .2>)
        density {spherical color_map {[0 rgb 0] [.1 rgb 5]}}
        intervals 1}}
      scale 1.1}
    }


Post a reply to this message


Attachments:
Download 'fur.jpg' (21 KB)

Preview of image 'fur.jpg'
fur.jpg


 

From: Margus Ramst
Subject: Re: Fur: two quick methods
Date: 7 Oct 1999 11:35:17
Message: <37FCBD5B.E221F452@peak.edu.ee>
The media idea is damn clever! Not something for close-ups, but it looks great
in this view. Too bad it won't work for animations...
The other might need a little tweaking, right now it's not quite as convincing.

Margus

Chris Colefax wrote:
> 
> In response to Peter Cracknell's recent Bear posting...
[snip]


Post a reply to this message

From: Peter Cracknell
Subject: Re: Fur: two quick methods
Date: 7 Oct 1999 11:38:45
Message: <37fcbe85@news.povray.org>
Aha after hours searching these seem like two good methods, thanks I've been
looking for a good way, especially that can be animated.  The mesh idea
worked amazingly, and created blinding effects, but wasn't suitable for
animation or blobs (converter cant be found).  These seem like two methods I
can look into.  Thanks

P3TE

Margus Ramst <mar### [at] peakeduee> wrote in message
news:37FCBD5B.E221F452@peak.edu.ee...
> The media idea is damn clever! Not something for close-ups, but it looks
great
> in this view. Too bad it won't work for animations...
> The other might need a little tweaking, right now it's not quite as
convincing.
>
> Margus
>
> Chris Colefax wrote:
> >
> > In response to Peter Cracknell's recent Bear posting...
> [snip]


Post a reply to this message

From: Tika
Subject: Re: two quick methods
Date: 7 Oct 1999 11:51:44
Message: <37fcc190@news.povray.org>
Chris Colefax <cco### [at] geocitiescom> wrote in message
news:37fcabee@news.povray.org...
> In response to Peter Cracknell's recent Bear posting... the fur on the left
> uses a shell object with a semi-transparent, bumped texture (suitable for
> animations):
> while the fur on the right uses fast-rendering noisy media:

Chris, your methods never cease to amaze me! Thank you! I really like the fur
on the right. :) BTW, I've grabbed a number of your files from your web site
and am amazed at what POV-Ray can do with them. I've even learned how to
render (but not yet create) animations just so I can see some of your stuff.
My favorite is the Galaxy one. :) But the Spray is great too - Especially for
fountains!

I've been looking for a fur one that isn't too complicated and your post looks
like it fits. Any suggestions on how to make it "hair" like for a person? Or
would that entail a different technique altogether? Just wondering...

--

Tika

Tika's Graphics: http://www.5thpower.com/tika/


Post a reply to this message

From: Steve
Subject: Re: Fur: two quick methods
Date: 8 Oct 1999 17:00:42
Message: <37FD21DD.F3EDF462@ndirect.co.uk>
Thanks Chris, I'll file this for later use. 

Chris Colefax wrote:
> 
> In response to Peter Cracknell's recent Bear posting... the fur on the left
> uses a shell object with a semi-transparent, bumped texture (suitable for
> animations):
> 
>   union {
>     sphere {0, 1 pigment {rgb <.6, .3, .1>}}
>     sphere {0, 1 pigment {bozo color_map {[0 rgb <.7, .4, .2>] [.5 rgbt <.7,
> .4, .2, 1>]}
>       scale <1, 4, 1>/150 warp {turbulence .4 octaves 2}}
>       normal {bumps 1 scale <1, 4, 1>/150 warp {turbulence .3 octaves 2}}
>       scale 1.06}
>     }
> 
> while the fur on the right uses fast-rendering noisy media:
> 
>   union {
>     sphere {0, 1 pigment {rgb <.6, .3, .1>}}
>     sphere {0, 1 pigment {rgbf 1} hollow
>       interior {media {absorption (1 - <.7, .4, .2>)
>         density {spherical color_map {[0 rgb 0] [.1 rgb 5]}}
>         intervals 1}}
>       scale 1.1}
>     }
> 
>  [Image]

-- 
Cheers
Steve              email mailto:sjl### [at] ndirectcouk

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

web http://www.ndirect.co.uk/~sjeln/

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


Post a reply to this message

From: Chris Colefax
Subject: Re: Fur: two quick methods
Date: 9 Oct 1999 21:03:52
Message: <37ffe5f8@news.povray.org>
Margus Ramst <mar### [at] peakeduee> wrote:
> The media idea is damn clever! Not something for close-ups, but it looks
great
> in this view. Too bad it won't work for animations...
> The other might need a little tweaking, right now it's not quite as
convincing.

I guess the basic idea I was thinking of was a sort of displacement mapping:
by using a larger shell object with a partially transparent texture you
avoid the smooth edges that give away bump-mapped surfaces (left sphere),
while still keeping control over the direction, length, self-shadowing, etc.
of the fur (right sphere).


Post a reply to this message


Attachments:
Download 'fur.jpg' (21 KB)

Preview of image 'fur.jpg'
fur.jpg


 

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