POV-Ray : Newsgroups : povray.binaries.images : Skin shader test (2 x 35 kbu) Server Time
19 Aug 2024 12:23:29 EDT (-0400)
  Skin shader test (2 x 35 kbu) (Message 1 to 10 of 13)  
Goto Latest 10 Messages Next 3 Messages >>>
From: Gilles Tran
Subject: Skin shader test (2 x 35 kbu)
Date: 8 Dec 2000 13:16:29
Message: <3A3125D6.6DC4DD32@inapg.inra.fr>
Here is a test of a skin shader for Vahur Krouverk's POVMan patch. As
the shader patch doesn't (yet) support image_maps, the shader pigment is
added as a layered texture, which works pretty well. Vahur was kind
enough to post the shader code yesterday in p.unofficial.patches.
The first pic uses the shader, that creates a skin-like sheen, while the
second uses a regular finish (if the images appear on reverse order,
look at the small text on the right to be sure). Both use radiosity and
an area_light. Each takes 45 minutes to render on a PIII 733.
Other image details are quite irrelevant, since it's mostly premade
stuff : background is a blurred photograph, model and model textures are
Zygote's Victoria, hair and hair texture are from Alexander Nesterenko's
site. I added a slight normal to simulate the skin bumps. Lots of things
there would need fixing, like the strange shadow under Vicky's jaw, the
painted highlights on the hair, the skin bumps, the dull eyes and usual
lack of expressivity of Poser models.


Gilles Tran
The book of beginnings, Povray gallery
http://www.mediaport.net/Artichaud/Tran/gtran.en.html


Post a reply to this message


Attachments:
Download 'gtwshader.jpg' (36 KB) Download 'gtnoshader.jpg' (36 KB)

Preview of image 'gtwshader.jpg'
gtwshader.jpg

Preview of image 'gtnoshader.jpg'
gtnoshader.jpg


 

From: Christoph Hormann
Subject: Re: Skin shader test (2 x 35 kbu)
Date: 8 Dec 2000 14:02:52
Message: <3A31305A.43A41977@gmx.de>
Of course the shader version looks better, but i wonder whether it would
be possible to tweak the finish settings of the regular version to come
nearer to the first one. There does not seem to be much difference apart
from the intensity of the highlights.

Christoph

-- 
Christoph Hormann <chr### [at] gmxde>
IsoWood include, radiosity tutorial, TransSkin and other 
things on: http://www.schunter.etc.tu-bs.de/~chris/


Post a reply to this message

From: Sigmund Kyrre Aas
Subject: Re: Skin shader test (2 x 35 kbu)
Date: 8 Dec 2000 15:11:31
Message: <57c23tg1ilcgcpcqccls7muv9etrmaehev@4ax.com>
>The first pic uses the shader, that creates a skin-like sheen, while the
>second uses a regular finish (if the images appear on reverse order,

Nice! What do you mean by regular finish? 

sig 
-- 
ICQ 74734588


Post a reply to this message

From: Tony[B]
Subject: Re: Skin shader test (2 x 35 kbu)
Date: 8 Dec 2000 15:30:34
Message: <3a3144ea@news.povray.org>
Fascinating... the normal I don't like. The rest is perfect.


Post a reply to this message

From: Fabien Mosen
Subject: Re: Skin shader test (2 x 35 kbu)
Date: 8 Dec 2000 15:49:49
Message: <3A314966.E4F0D538@skynet.be>
Waaouuuuu...
I'm in love :-)

About the shader, it seems to simulate the way microscopic hair
catch the light at the skin's surface in such situations.. does it ?

It seems that she have a little cast
(je suis pas certain de la traduction : je veux dire qu'elle louche !)
as if the eyes were spatially parallel, which they shouldn't be.
The eyes must "point" at the same (far) direction (look the same point),
to look good, from my experience.

Fabien.


Post a reply to this message

From: Alan Kong
Subject: Re: Skin shader test (2 x 35 kbu)
Date: 8 Dec 2000 22:12:50
Message: <1h833t081sar7ldqvsg22b1afv600vvabn@4ax.com>
On Fri, 08 Dec 2000 19:17:58 +0100 Gilles Tran wrote:

>Here is a test of a skin shader for Vahur Krouverk's POVMan patch.
<snip..>

  Interesting test images, Gilles. If you run more such tests of Vahur's
POVMan patch, please share it with us. It gives us insight into both the
strengths and limitations of the patch.

-- 
Alan - ako### [at] povrayorg - a k o n g <at> p o v r a y <dot> o r g
http://www.povray.org - Home of the Persistence of Vision Ray Tracer


Post a reply to this message

From: Gilles Tran
Subject: Re: Skin shader test (2 x 35 kbu)
Date: 9 Dec 2000 12:08:33
Message: <3A32676E.76F37D4A@inapg.inra.fr>
Christoph Hormann wrote:

> Of course the shader version looks better, but i wonder whether it would
> be possible to tweak the finish settings of the regular version to come
> nearer to the first one. There does not seem to be much difference apart
> from the intensity of the highlights.

At least I haven't been able to reproduce it with usual finish statements.
As a long time Poser user, I had always found that skin textures was badly
rendered in Povray (and in other renderers) : it's not a problem of
highlight intensity. My tests tried to show off the "silver lining"
characteristic of backlit or side-lit skin. Regular smaller highlights will
just give you a shiny aspect.

The skin shader is "based on phenomenological information about skin
reflectance" (quoting the doc). It takes into account that real skin is made
of layers with different scattering properties. The shader considers that
skin is made of a top oily glossy layer and of a subsurface. Note that I
still have to go deeper into that to understand it...

G.


Post a reply to this message

From: Gilles Tran
Subject: Re: Skin shader test (2 x 35 kbu)
Date: 9 Dec 2000 12:11:06
Message: <3A326808.E3A8E9B9@inapg.inra.fr>
Sigmund Kyrre Aas wrote:

> >The first pic uses the shader, that creates a skin-like sheen, while the
> >second uses a regular finish (if the images appear on reverse order,
>
> Nice! What do you mean by regular finish?

Here it's just :
finish{ambient 0 diffuse 1 specular 0.03 roughness 0.01}
I usually change these parameters according to the scene the character is in.

Using the shader method is just adding a top layer :
texture{UsualSkinTexture}texture{SheenTexture}

G.


Post a reply to this message

From: Gilles Tran
Subject: Re: Skin shader test (2 x 35 kbu)
Date: 9 Dec 2000 12:50:26
Message: <3A32713D.AC510560@inapg.inra.fr>
Fabien Mosen wrote:

> Waaouuuuu...
> I'm in love :-)

Look in the French-speaking newsgroup for another take on Victoria :-)

> It seems that she have a little cast as if the eyes were spatially
> parallel, which they shouldn't be.

To be frank, I have trouble controlling this (and the iris size) so the
angles are different for the left and right eyes. For some reason the aspect
seems to change according to the angle of vision, but I'll look more
closely.

G.


Post a reply to this message

From: Christoph Hormann
Subject: Re: Skin shader test (2 x 35 kbu)
Date: 9 Dec 2000 13:09:10
Message: <3A327545.290E0EEF@gmx.de>
Gilles Tran wrote:
> 
> At least I haven't been able to reproduce it with usual finish statements.
> As a long time Poser user, I had always found that skin textures was badly
> rendered in Povray (and in other renderers) : it's not a problem of
> highlight intensity. My tests tried to show off the "silver lining"
> characteristic of backlit or side-lit skin. Regular smaller highlights will
> just give you a shiny aspect.
> 

I didn't mean to decrease roughness, but to decrease the specular
component.  I'm not sure whether this will help much, but i'm quite sure
that it can be at least slightly better.  I think i now understand what
you mean by "silver lining", it is probably really problematic with
conventional finish.

I never seriously tried megapov's 'blinn' highlights, but it's surely also
worth trying.

Christoph

-- 
Christoph Hormann <chr### [at] gmxde>
IsoWood include, radiosity tutorial, TransSkin and other 
things on: http://www.schunter.etc.tu-bs.de/~chris/


Post a reply to this message

Goto Latest 10 Messages Next 3 Messages >>>

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