POV-Ray : Newsgroups : povray.binaries.images : The Shallows -Work in progress : Re: The Shallows -Work in progress Server Time
23 Apr 2024 23:36:45 EDT (-0400)
  Re: The Shallows -Work in progress  
From: Thomas de Groot
Date: 10 Oct 2022 10:52:24
Message: <634431a8$1@news.povray.org>
Op 10-10-2022 om 13:59 schreef And:
> Thomas de Groot <tho### [at] degrootorg> wrote:
>> Specially for jr ;-)
>>
>> The sleeper at the origin is Friedrich Lohmueller's original CSG version
>> as comparison. The others are isowood versions.
>>
>> --
>> Thomas
> 
> May I ask that which settings are you use?
> /color_map/ /...?/ /isowood/
> 

Sure. You need the isowood macro of course, and then I used the following:

#declare P_RoughOak =
pigment {
   P_IW_13
   color_map { CM_IW_05 }
   scale 1/4
}

#declare Fin_W =  //which is basically the default
finish {
   ambient 0.00
   diffuse 0.7
   brilliance 1
   //specular 0.2
   //roughness 0.001
}

#declare N_IW_14 =  //instead of Norm_W (if you prefer)
normal {
   wood 0.4
   octaves 4
   turbulence <0.07, 0.07, 0.4>
   lambda 0.80
   scale  <0.06, 0.06, 0.9>
}


-- 
Thomas


Post a reply to this message

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