|
|
|
|
|
|
| |
| |
|
|
|
|
| |
| |
|
|
> > Is this pure POV-Ray? Any chance that we can see the code?
> hmmm, I only have the wax version, overwrote the others... Maybe I could
> recreate the skin and stone version. I'll see what I can do :)
I'm very interested in this! I'd very much like the code for the wax
version! Do you use media or ... povman? Sorry if this message does not
connect to the original post, but I just can't get Outlook Express to show
old headers.
Hugo
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
> > > Is this pure POV-Ray? Any chance that we can see the code?
> > hmmm, I only have the wax version, overwrote the others... Maybe I
could
> > recreate the skin and stone version. I'll see what I can do :)
> I'm very interested in this! I'd very much like the code for the wax
> version! Do you use media or ... povman?
I used a white scattering media and a filtering colored surface, but I think
that's not the most realistic way to do these things.
I think a more realistic way, is a white scattering media and a colored
absorption media. For example: this material gives a pinkish
subsurfacescattering effect:
material {
texture {
pigment {
rgbf 1
}
finish {
ambient 0
specular 1 roughness .01
}
}
interior {
media {
#declare Color=<1,.5,.25>;
#declare opacity=1;
#declare Diffuse=.8*opacity;
scattering {1,10*Diffuse extinction (1/(Diffuse+.0001))*opacity*1.75}
absorption rgb (1-Color)*10*Diffuse
intervals 50
samples 1,150
method 3
}
caustics .1
}
}
cu!
--
ZK AKA SaD
http://www.povplace.be.tf
"I'm spinning!"
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
> I think a more realistic way, is a white scattering media and a colored
> absorption media. For example: this material gives a pinkish
> subsurfacescattering effect:
Thanks! I'll play with this today. :o) I tried media scattering myself but
your results looks better. I'm trying to improve a plastic texture, not skin
texture btw.. As I took a digital photo of some plastic, I noticed this
effect very clearly.. it adds a lot to realism.. Hope I can simulate this
(without blowing render time)
Thanks again.
Hugo
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Hi Zeger,
This time I spell your name right. :o) I'm trying your subsurface scatter
code now. First I wondered why the result was all black. I tried other
settings but then I guessed that maybe you use this material in a layered
texture, so that I just add it to my already exsisting textures.
This seems to work, but I can't see the pinkish color you mentioned.. Am I
doing things right?
Regards,
Hugo
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
do you have hollow_on?
-Shay
Hugo <hua### [at] post3teledk> wrote in message
news:3c838af6$1@news.povray.org...
> Hi Zeger,
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
> do you have hollow_on?
OH ..dear... :O) I forgot!! Yeah I also wondered why the media rendered so
quick... now it's sloooow.. slower than my own attempts at 3S... hmm...
Thanks,
Hugo
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |