POV-Ray : Newsgroups : povray.newusers : stbenge Fastprox fast SSS : Re: stbenge Fastprox fast SSS Server Time
6 Oct 2024 01:32:59 EDT (-0400)
  Re: stbenge Fastprox fast SSS  
From: stbenge
Date: 25 Aug 2009 08:17:50
Message: <4a93d66e@news.povray.org>
stbenge wrote:
> Mr wrote:
>> I am trying to use Fast SSS 2 from Stbenge macro but can't manage to 
>> get an
>> ordinary finish with it. any specularity seems to cover up the effect. 

Here's a simpler version:

object{obj
  texture{
   pigment{
 
fastSSS2(obj,lpos*100000,min_extent(obj)-0.5,max_extent(obj)+0.5,<1,1,1>*8,3,20)
    colour_map{[0 rgb 0][1 rgb<1,.25,.5>]}
   }
   finish{phong 1 phong_size 200 reflection{.002,1 falloff 2} ambient .5 
diffuse 0}
  }
}

I hope that indentation turns out all right.

Sam


Post a reply to this message

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