POV-Ray : Newsgroups : povray.binaries.images : Lucy in the Sky (no diamonds) : Re: Lucy in the Sky (no diamonds) Server Time
30 Jul 2024 08:21:54 EDT (-0400)
  Re: Lucy in the Sky (no diamonds)  
From: clipka
Date: 6 Mar 2012 11:45:22
Message: <4f563f22$1@news.povray.org>
Am 06.03.2012 08:58, schrieb Stephen:
> On 05/03/2012 11:26 PM, clipka wrote:
>> Another Lucy render. SSLT, focal blur, radiosity, and an illuminated
>> torch. Render time ~50 minutes.
>
> Well that showed me. ;-)

That was my initial intention... until I found out that she's a real 
beauty indeed, and worth spending some time with her on my own accord :-)

> What settings did you use?

#declare MtMarble = material {
   texture {
     pigment {
       marble
       warp { turbulence 1.0 }
       color_map {
         [0.0 color rgb <0.5,0.7,0.5>]
         [1.0 color rgb <0.5,1.0,0.5>]
       }
     }
     finish {
       diffuse albedo 0.7
       subsurface { translucency <0.5,0.2,0.2> }
       reflection { 0.2 fresnel }
       specular albedo 0.2 roughness 0.01
       conserve_energy
     }
     scale 10 / MM_PER_UNIT
   }
   interior { ior 1.5 }
}

(with Lucy being about 1.5 units in height, and MM_PER_UNIT being set to 
100, so that she's roughly 150 mm)


Post a reply to this message

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