POV-Ray : Newsgroups : povray.binaries.images : Somebody kick me (19kb jpeg) : Re: sss buddha [16kb] Server Time
12 Aug 2024 07:27:30 EDT (-0400)
  Re: sss buddha [16kb]  
From: Mael
Date: 28 Nov 2003 14:29:04
Message: <3fc7a200@news.povray.org>
> Could you post how you applied the SSS to the buddha Mael?

#declare buddha = object { #include "../models/buddha_r2.inc" rotate 120*y
scale <35,35,35> translate -3*y }

object {
  buddha

  pigment{ average
   pigment_map{
    #local V=0;
    #while(V<100)
     [1 projection buddha , lpos1 blur .2,10
      translate<rand(R)-rand(R),rand(R)-rand(R),rand(R)-rand(R)>*1.5
      color_map { [0 rgb <.5,1,.5>][1 rgb 0] }
     ]
     #local V=V+1;
    #end
   }
  }

  finish { diffuse .2 ambient .9 specular .5 roughness .05 }
}


Post a reply to this message

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